html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;    
}

* {
    font-family: arial;
    font-size: 12px;
	color: #000000;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 0 0 20px;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
	margin: 0;
	padding: 0;
}
form td {
	vertical-align: top;
}

.form_container {
	
}

input, textarea, select {
	width: 320px;
	margin-bottom: 10px;
	color: #000000;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	vertical-align: center;

}
.pointer {cursor:pointer}

input {
	
}
option {
    color: #000000;
}
textarea, .select_multiple {
    height: 80x;
    vertical-align: center;
}
.input_title {
	font-weight: bold;
	margin-bottom: 2px;
	text-align: right;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    position: relative;
    top: 1px;
    width: auto !important;
    border: 1px solid #777777;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	position: relative;
    top: 1px;
    width: auto !important;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	border: none;
	background: none;
}
.error {
    font-weight: bold;
    color: #FFA6A8;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    
}
/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	bottom: 10px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    display: table;
    margin-bottom: 20px;
}
#captcha img {
    width: 180px;
    height: 25px;
    _height: 23px;
    border: 1px solid #777777;
}
#captcha input {
    margin: 0;
    height: 25px;
    line-height: 17px;
    padding: 4px;
}

.short_field {
    width: 50px;
}
.long_field {
    width: 200px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	font-size: 14px;
	font-weight: bold;
	color: white;
	
	
}

h2,.sub_title {
	font-size: 14px;
	font-weight: bold;
	color: black;
	
}

.btm_border {
	

}
.top_border {

}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}
#page-nav-bar {
	padding: 0 5px 0 5px; 
	text-align: center;
}
.page_number {
	text-align: center;
	
}
.page-nav-bar_container {
	background-image: url(/images/global/page_nav_bar_background.png);
	background-position: 0 center;
	background-repeat: repeat-x;	
	height: 13px;
	margin-bottom: 7px;
	
}

.page-nav-bar_container #page-nav-bar {
	padding: 0x 5px 0 5px; 
	text-align: center;
	background: white;
}
#page-nav-bar a {
	text-decoration: none;
	padding:0;
	margin:0;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
}
#item_title	{
	font-weight: bold;
	padding:0;
	margin:0;
}
#item_catalog	{
	font-weight: bold;
	padding:0;
	margin:0;
	
}

.results_numbers {

}

/* ## */
.button {cursor:pointer}
td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
	padding: 25px 0 25px 5px;
	display: table;
	width: 100%;
	text-align: left!important;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    padding-bottom: 10px;
}
#captcha .c_title {
    font-weight: bold;
    line-height: 23px;
    _line-height: 22px;
}
#captcha img {
    border: 1px solid #777777;
    margin-right: 5px;
}
#captcha input {
    margin: 0;
}

/* ## */

#frame {width: 100%;}
#frame #left_cell {width: 45%;}
#frame #middle_cell {width: 10%;}
#frame #right_cell {width: 45%;}
#frame #header {}
#frame #header #left_cell {background: none;}
#frame #header #middle_cell {}
#frame #header #right_cell {background: none;}

#frame #menubar {}
#frame #menubar #left_cell {}
#frame #menubar #middle_cell {}
#frame #menubar #right_cell {}
#frame #middle {}
#frame #middle #left_cell {background: none;}
#frame #middle #middle_cell {}
#frame #middle #right_cell {}
#frame #middle #sidebar {
	width: 180px;
	background-color: #D9DB4C;
	background-image: url(/images/global/sidebar_background.png);
	background-repeat: repeat-y;
}
#frame #middle #sidebar_new {width:180px;min-height:724px;background:url(/images/global/sprite.png) top left repeat-y}

#menubar_new {background:#000;margin-bottom:2px;position:relative}
#menubar_new .flower {width:67px;height:66px;background:url(/images/global/sprite.png) no-repeat right top;position:absolute;top:0;left:-35px;_left:-60px;z-index:3;}

#menubar_new {padding-left:25px;}
#menubar_new a {color:#FFF;line-height:20px;padding:0;margin:0;text-decoration:none}
#menubar_new a.selected {color:#D9DB4C;}
#menubar_new a:hover {color:#D9DB4C;}

#menubar_new .categories .separator {width:20px;height:20px;background:url(/images/global/sprite.png) -180px 0 ;}
#menubar_new .button_email {float:right;width:25px;height:20px;background:url(/images/global/sprite.png)  right -705px #000; }
#menubar_new .button_facebook {float:right;width:25px;height:20px;background:url(/images/global/sprite.png) right -685px #000}
#menubar_new .button_twitter {float:right;width:25px;height:20px;background:url(/images/global/sprite.png) right -665px #000}

#menubar_new .categories .hover_menu {position:relative;text-align:left;z-index:1000}
#menubar_new .categories .hover_menu .container {width:180px;position:absolute;z-index:1001;top:0;left:0;border-top:1px solid #FFF;}
#menubar_new .categories .hover_menu .container a {padding: 0 3px 0 3px;text-decoration:none;text-align:right;line-height:20px;font-size:13px;color:#FFF}
#menubar_new .categories .hover_menu .container a:hover {color:#D9DB4C;}
#menubar_new .categories .hover_menu .container a.selected {color:#D9DB4C;}

.designed_items {padding-top:10px;}
.designed_items .sub_container {width:185px;height:235px;background:url(/images/global/sprite.png) -180px -488px no-repeat}
.designed_items .thumb {text-align:center;padding:5px 0 0 0;}
.designed_items .sub_container .icon {position:absolute;top:20px;right:5px;height:25px;width:25px;z-index:1;}
.designed_items .thumb img {width:180px;height:180px;}
.designed_items .separator {width:12px;height:12px;font-size:0;}
.designed_items .sub {color:#9C9F20;text-decoration:none;margin: 0 5px 0 5px;padding:0;}
.designed_items .sub:hover {text-decoration:underline;}

.designed_items_short {}
.designed_items_short .sub_container {width:120px;height:150px;background:url(/images/global/sprite.png) -180px -110px no-repeat}
.designed_items_short .thumb {text-align:center;padding:5px 0 0 0;}
.designed_items_short .sub_container .icon {position:absolute;top:20px;right:5px;height:25px;width:25px;z-index:1;}
.designed_items_short .thumb img {width:110px;height:110px;}
.designed_items_short .separator {width:12px;height:12px;font-size:0;}
.designed_items_short .sub {color:#9C9F20;text-decoration:none;margin: 0 5px 0 5px;padding:0;}
.designed_items_short .sub:hover {text-decoration:underline;}



/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
	width: 180px;
	
}
#frame #middle .seperator {
	width: 5px;
}
#frame #middle #content {
	
}
#frame #middle #content .content_container {	
	
}

#frame #footer {
}
#frame #footer #left_cell {
	

}
#frame #footer #middle_cell {
	
}
#frame #footer #right_cell {
	
}

/* ## */

.top_container {
}

.middle_container {
	
}
.btm_container {
}

/* ## */

#subsidebar {
	width: 160px ;
}
#subsidebar .sub_seperator {
	height: 2px;
	background-color: #D9DB4C;
	width: 160px;
	font-size: 1px;	
}
#subsidebar .title {
	text-align: center;
	color: #000000;
	font-weight: bold ;
	padding: 10px ;
}
#subsidebar .select_box_level_1  {
	padding: 5px 0 5px 0 ;
	text-align: center;	
}
#subsidebar .select_box_level_1 select {
	width: 125px;
}
#subsidebar .categories {
	padding: 10px 0 10px 5px;
}
#subsidebar .categories td {
}
#subsidebar .categories a {
	display: block;
	text-decoration: underline;
	line-height: 20px;
}
#subsidebar .categories a:hover {
	text-decoration: underline;
}
#subsidebar .categories a.selected {
	text-decoration: underline;
}
#subsidebar .categories .selected {
}
#subsidebar .categories .container {
	padding-bottom: 10px;
}
#subsidebar .categories .sub {
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}
#subsidebar .categories .sub .selected {
	font-weight: bold;
	background: #D9DB4C;
	text-decoration: none;
}
#subsidebar .categories_document { 
	padding-top: 5px; 
}
#subsidebar .categories_document a { 
	text-decoration: none;
	line-height: 25px;
}
#subsidebar .categories_document a:hover { 
	font-weight: bold;
	text-decoration: none;

}
#subsidebar .categories_document a.selected { 
	text-decoration: none;
	font-weight: bold;
}
#subsidebar .categories_document .sub {
	text-align:left;
	text-decoration: none;
	font-size:11px;
	display: block;
}
#subsidebar .categories_document .sub .selected {
	font-weight: bold;
	text-decoration: none;
	background: none;
}
#subsidebar .categories_document  .not_selected {
	text-decoration: none;
	background: none;
	display: block;

}
/* ## */

.transparent {behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);}
#sidebar_new .categories {text-align:center}
#sidebar_new .logo_container {padding: 45px 10px 10px 25px}
#sidebar_new .go_homepage {width:130px;height:95px;cursor:pointer;background:url(/images/global/sprite.png) -200px 0  no-repeat}
#sidebar_new .lang {text-align:center;padding-bottom:10px;}
#sidebar_new .lang .text {color:#787A18;font-size:11px;padding-left:10px;} 
#sidebar_new .lang .select_box {width:130px;text-align:center}
#sidebar_new .browse {color:#787A18;font-weight:bold;padding-bottom:10px;font-size:14px}
#sidebar_new .browse_pointer {color:#787A18;font-weight:bold;font-size:12px;padding:0 0 10px 0!important;cursor:pointer}
#sidebar_new .categories a {text-decoration:none}
#sidebar_new .categories .main_category {padding:0 0 5px 0;font-weight:bold;text-decoration:none}
#sidebar_new .categories .main_category a {font-weight:normal}
#sidebar_new .categories .selected {color:#FFF;background:#000;padding:0}
#sidebar_new .categories .main_category.selected a{color:#FFF}
#sidebar_new .categories .sub_category {text-decoration:none;font-size:12px}
#sidebar_new .categories .sub_category a {font-size:12px}

#sidebar_new .countery_conainter {position:relative;text-align:center;z-index:10}
#sidebar_new .countery_conainter .country {line-height:20px;margin:0 10px 10px 10px;background:url(/images/global/sprite.png)  -310px 0  no-repeat #FFF;}
#sidebar_new .countery_conainter .hover_container {width:150px;text-align:left;position:absolute;top:0;right:-140px;background:#000;padding:5px 0 5px 0}
#sidebar_new .countery_conainter .hover_container a {color:#FFF;line-height:20px;width:150px;text-align:left;padding-left:5px;}
/* to remove */
#sidebar {
	text-align: center;
	direction: ltr;
	background-image: url(/images/global/sidebar_background.png);
	background-position: top left;
	background-repeat: repeat-y;
	
}
#sidebar .flower {
	width: 80px;
	height:  75px;
	position: relative;
	top: 120;
	left: -40;
}
#sidebar .flower img {
	width: 80px;
	height:	 75px;
}
#sidebar .logo_container{
	height: 200px;
	vertical-align: middle;
}
#sidebar .logo img{
	width: 175px;
	height: 110px; 
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories_container {
	height: 255px;
	width: 180px;
	vertical-align: middle;
	
}
#sidebar .categories {
	text-align: center;
	
}
#sidebar .categories a {
    display: block;
	text-decoration: none;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	
}
#sidebar .categories a:hover {
	color: #777900;
	font-weight: bold;
}
#sidebar .categories a.selected {
	font-weight: bold;
	color: white;
	background-color: #000000;
}
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box.search {
}
#sidebar .box.search .btm_border {
}
#sidebar .box.search .content {
}
#sidebar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#sidebar .box.search .continue {
	width: 30px;
	/*max-width: 30px;*/
	font-size: 10px;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}
/* remove end */
/* ## */ 

.content_container .top_container {
	height: 40px ;
}
.content_container .top_container .left_cell{
	width: 160px;
	height: 40px;
	background: #000000;
	color: white;
	text-align: center;
}
.content_container .top_container .left_cell span {
	line-height: 40px;
	color: white;
	font-weight: bold;
}
.content_container .top_container .left_cell a {
	line-height: 40px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.content_container .top_container .right_cell {
	background: #D9DB4C;
	background-position: left;
	background-repeat: repeat-x;
	text-align: center;
	height: 40px;

}
.content_container .top_container .right_cell span{
	line-height: 40px;
	color: black;
	font-weight: bold;
}
.shop_container {
	height: 30px;
	padding: 7px 7px 0 7px;
	}
.shop_container .shop  {
	background-color: #ECEDA7;
	vertical-align: middle;
}
.shop_container .shop div {
	margin: 5px 5px 5px 0;
	line-height: 20px;
}
.shop_container .shop .seperator {
	padding:0 5px 0 5px;
}
.shop_container .shop .button {

}
.shop_container .shop .add_button {
	background: #000000;
	color: #FFFFFF;
	margin: 0 4px 0 4px ;
	padding: 0px;
	width: 90px;
	text-align: middle;
}
/* ################################new product page################################################## */
.details {}
.details .shop {vertical-align:top;width:305px;height:300px;text-align:center;background:#FFF}
.details .separator {width:10px;}
.details .shop .price {}
.details .shop .add_button {background:#D9DB4B;margin-bottom:10px;width:85px;height:22px;border:1px solid #000}
.details .shop .add_button #add_to_cart {background:none;color:#000;padding:0px;width:85px;text-align: middle;margin:0;padding:0}
.shop #product_description {height:151px;}
.details .shop #item_title {text-align:left;padding:10px 0 0 0;font-size:16px;}
.details .shop #item_catalog {text-align:left;padding:10px 0 0 0;font-size:16px;font-weight:bold;}

.content_container .middle_container {
	padding: 20px 0 20px 10px;
}
.content_container .middle_container .left_cell {
	width: 160px;
	height: 426px;
	background: #ECEDA7;
}
.content_container .middle_container .right_cell {
	background-position: top left;
}
/* ## */ 

#stores_container {}
#stores_container .store_main_image {padding:10px 0 10px 10px;text-align:center;}
#stores_container .store_main_image img {height:300px;width:300px;}
#stores_container .thumb {float:left;padding:0 0 10px 10px;cursor:pointer}


#fun_stuff_container {
	padding: 20px  0 0 0;
}
#fun_stuff_container .container {
	padding: 0 0 10px 10px ;
}
#fun_stuff_container .container .thumbnail {
	width: 160px;
	height: 120px;
}
#fun_stuff_container .container .thumbnail img {
	width: 160px;
	height: 120px;
}
#fun_stuff_container .container .text {
	text-align: center;
	font-size: 11px; 
	width: 160px;
}

/* ## */ 

.item_container {
	padding: 10px 0 0 10px;
}

.item_container .container {
	padding-bottom: 10px;
}
.item_container .container .image {
	padding-bottom: 10px;
}
.item_container .container .image_bottom {
	margin-top : 20px;
}
.item_container .container .title {
	font-weight: bold;
	color: black;
	padding-bottom: 5px;

}
.news {background:#ECEDA7}
.news .item_container .container .title {font-weight:bold;color:#878A1C;padding-bottom:5px;}
.item_container .container .short_description {
	padding-bottom: 5px;
}
.item_container .container .url a {
	font-weight: bold;
	text-decoration: none;
	color: #D9DB4C;
}
.item_container .container .icon {
	width: 25px;
	height: 25px;
}
.item_container .container .icon img {
	width: 25px;
	height: 25px;
}


/* ## */

#footerbar {width:180px}
#footerbar .categories div{font-size:11px;color:#D0D52B;}
#footerbar .categories td {line-height:20px;font-size:11px;}
#footerbar .categories span{padding-top:5px;color:#D0D52B;font-size:11px}
#footerbar .categories a {color:#D0D52B;line-height:20px;text-decoration:none}

#superdoc {
	padding-right: 30px;
	direction: ltr;
}
#superdoc h1{
	line-height: 40px;
	vertical-align: middle;
}
#superdoc .container {
	vertical-align:left;
}
#superdoc .container a {
	color: #0099FF;
}
#superdoc .container a:visited {
	color: #AAAAAA;
}
#superdoc .container .description {
	margin-bottom: 10px;
}
#group.new {width:777px}
#group.new .title {line-height:50px;font-weight:bold;color:#000;}
#group.new .product_container td{text-align:center;}
#group.new .product_container .p_title{font-weight:bold;line-height:50px;text-decoration:none;}

#group.new .background_image {width:530px;height:300px;}
#group.new .background_image img {width:530px;height:300px;}
#group.new .content {width:247px;}
#group.new h1 {color:black;font-weight:bold;font-size:14px}
#group.new .container {padding:5px 10px 0 10px;}
#group.new .submit{line-height:30px;padding:5px;border:1px solid #000;background:#D9DB4B}

.talkbacks {width:420px;background:none;}
.talkbacks .container {padding:0 20px 0 10px;}
.talkbacks .icon {width:20px;height:20px;}
.buttons {}
.buttons .numbers span {line-height:11px;cursor:pointer;padding:0 !important;margin:0 !important;font-size:11px;vertical-align:top}
.description_container {background:#ECEDA7;}

#group .supplier .input_title {line-height:25px;padding-right:5px;}
#group .supplier input.checkbox {border:1px dotted black !important}
#group .supplier input {width:30px;height:15px;padding:0;margin:0}
#product {width:777px} 
#product h1{color:#000;line-height:25px;} 
#product .title{color:#000;line-height:25px;} 
#product .image_container{width:530px;height:510px;text-align:center;vertical-align:middle;display:table-cell}
#product .submit{width:100px;height:25px;border:1px solid #000;background:#D9DB4B}
#product .details_container {width:247px;text-align:left}
#product .details_container .container{padding:10px;}
#product .details_container .description{margin:0;padding:10px 0 40px 0;}
#product .quantity {padding-bottom:10px;}
#product .quantity input {width:30px;height:20px;padding:0;margin:0;background:none;border:1px solid #000;text-align:center}
#product .associated {color:#787A18;line-height:20px;font-weight:bold;padding:0;margin:0;font-size:14px;} 
#product .nav {height:20px;color:#787A18;} 
#product .nav a {line-height:20px;color:#787A18;font-weight:normal;} 
#product .nav .separator {line-height:20px;color:#787A18;padding:0 2px 0 2px;font-size:12px;}

.path {padding-left:35px;}
.path .row_seperator {height:1px;font-size:0;background:#FFF} 
.path a {text-decoration:none;color:#787A18;font-size:12px;font-weight:normal;} 
.path .title {line-height:20px !important;color:#787A18 !important;font-size:12px;font-weight:normal;} 
 
/* ## */

#group {
    width: 100%;
}
#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}
#group .thumbnails {
}
#group .thumbnails_container {
}
#group .thumbnails .column_spacer {
	width: 1px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	width: 102px;
	height: 102px;
	background: #D9DB4C;
}
#group .thumbnails .product .image {
	position: relative;
	top: 1px;
	left: 1px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
#group .thumbnails .product .image img {
	width: 100px;
	height: 100px;
}
.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */

#group .articles {
}
#group .articles .column_spacer {
	width: 5px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}


/* ## */

#specific_product {
	width: 100%;
	margin: 0 0 25px 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	width: 465px;
	background: #8B95A3;
}
#specific_product .large_image_box .large_image {
	max-width: 465px;
	height: 348px;
}
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6F7E9A;
	background: #F8E8BA;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	background: #F8E8BA;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding: 15px;
}

#checkout * {
	text-align: left;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
 .status_bar {
    padding: 10px;
	
}
 .status_bar div {
	padding-bottom: 10px;
}
 .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
 .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .secure_seal {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #000000;
}
#checkout .content .inner_tables td {
	background: #eceda7;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
	color: #FFFFFF;
	
}
#checkout .content .other_column {
	width: 60px;
	color: #FFFFFF;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #000000;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 30px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #d9db4c;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: none;
	background: #eceda7;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
	border: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #d9db4c;
	width: 100px;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	padding: 10px;
	margin: 0 0 10px 0;
}
#checkout input {
	width: 50px;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#homepage_container_new {width:780px;}
#homepage_container_new .left_cell {width:530px;height:465px}
#homepage_container_new .right_cell{width:250px;height:173px;text-align:left}
#homepage_container_new .title {background:#000;color:#FFF;font-weight:bold;margin:0;font-size:12px;padding-left:10px}
#homepage_container_new .blue_container {background:#B9E9E4;height:290px;} 
#homepage_container_new .blue_container h1{padding-left:5px;line-height:20px;color:#FFF;background:#000} 
#homepage_container_new .short_description {padding:10px 10px 0 10px;margin:0;} 


/* end - remove homepage_container */

.submit_table table {
}
.submit_table .submit {
	padding-top: 8px;
}
.submit_table .button {
	width: 11px;
	height: 11px;
}
.submit_table td {
	vertical-align: middle;	

}
.submit_table img {
	width: 11px;
	height: 11px;
}

.lang select {font-size:10px; line-height:12px;background:#FFF; }
.lang option {font-size:10px; line-height:12px;text-align:center;padding:0;margin:0;background:#FFF; }

#talkbacks {margin-bottom:20px}
#talkbacks .tab {padding:0 20px 0 10px;height:22px;line-height:22px;margin:0 0 0 1px;cursor:pointer;position:relative}
#talkbacks .tab .button_click {border:1px solid black;background:#D9DB4C;padding-right:5px;width:100px;}
#talkbacks .tab.highlighted {height:22px;line-height:22px;position:relative;font-weight:bold;}
#talkbacks .bulletin {font-size:10px;}
#talkbacks .container {padding:10px}
#talkbacks .container .bottom_link {text-decoration:underline;cursor:pointer;}
#talkbacks .row_seperator {height:5px;font-size:4px}
#talkbacks table td {vertical-align:middle}
#talkbacks .left_part {width:6px;height:20px;line-height:20px}
#talkbacks .middle_part {height:20px;line-height:20px}
#talkbacks .right_part {width:6px;height:20px;line-height:20px}
#talkbacks .t_name {}
#talkbacks div.t_title {font-weight:normal;text-align:left}
#talkbacks span.t_title {font-weight:bold;text-align:left;text-decoration:underline;}
#talkbacks .t_sub_title {text-decoration:underline;text-align:left;cursor:pointer}
#talkbacks .t_container {text-align:left;padding:5px;margin:5px 0 15px 0;}
#talkbacks .t_container .tc_reply {cursor:pointer;text-decoration:underline}
#talkbacks .t_container .tc_delete {cursor:pointer;text-decoration:underline}
#talkbacks .t_container .tc_close {float:right;cursor:pointer}
#talkbacks .t_container .tc_title {font-weight:bold}
#talkbacks .t_container .tc_description {padding-bottom:10px}
#talkbacks .t_container .scoring {float:left}
#talkbacks .seperator {height:10px;margin-top:10px;border-top:1px solid #EFEFEF;font-size:5px}
#talkbacks .actions {text-align:right;color:#777}
#talkbacks .actions.bottom table {float:right}
#talkbacks .actions.bottom table .tc_reply {font-size:11px}
#talkbacks .actions.bottom table .tc_delete {color:#3366CC;font-size:11px}
#talkbacks .actions.bottom table .sign {font-size:11px;text-decoration:none;}
#talkbacks .actions a {color:#777}
#talkbacks .actions a.question_button {background:none;color:#333;text-decoration:underline;cursor:pointer;height:auto;font-weight:bold}
#talkbacks .actions td.actions_right_col {font-weight:normal}
#talkbacks .actions td.actions_left_col {text-align:left}
#talkbacks .link_to_full_list {padding-top:5px;text-align:right}
#talkbacks .scoring {float:right;direction:ltr}
#talkbacks .cancel {font-weight:bold;padding-left:10px;cursor:pointer}
.talkbacks_form__container {display:none;padding-top:20px}
.talkback_form {width:100%}
.talkback_form .container {width:100%}
.talkback_form input {width:120px;border:1px solid #CCC;background:#FFF}
.talkback_form select {width:120px;_position:relative;_top:0;border:1px solid #CCC;background:#FFF}
.talkback_form textarea {width:120px;border:1px solid #CCC;background:#FFF}
.talkback_form .medium {width:250px}
.talkback_form .long {width:100%}
.talkback_form .button {font-weight:bold;text-align:center;width:60px;margin:0}
.talkback_form .submit_container {text-align:right;direction:ltr}
.talkback_form .input_title {text-align:left;}
.talkback_form .submit{width:120px !important;line-height:20px;height:24px;padding:0;margin:0;border:1px solid #000;background:#D9DB4B}
.talkback_form .cancel{line-height:20px;height:24px}

#youtube_container {width:380px;height:245px}
.youtube_thumbs {text-align:center;width:400px}
.youtube_thumbs .float_container {float:right;padding:10px 0 0 10px}
.youtube_thumb {width:120px;height:90px;cursor:pointer}

.talkbacks .sub_title {font-size:16px;font-weight:bold;line-height:25px;text-align:left;height:25px}
.news .sub_title {font-size:16px;font-weight:bold;line-height:25px;text-align:left;padding: 10px 12px 0 12px;}
.talkbacks .sub_title a {text-decoration:none;line-height:20px;padding:0 !important;margin:0 !important;height:20px}
.send_image_button {float:right;height:20px;width:110px;border:1px solid black;background:#D9DB4C;font-size:12px;text-decoration:none !important;text-align:center;cursor:pointer}



