/**** Global ****/
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin:0;
 	padding:0;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
li { margin-bottom:3px; }
p {
	margin-top: 0px;
}
/**** Global END ****/
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	margin-bottom:10px;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	color: #000000;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 176px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1, .heading {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
}
#content h2, .heading {
}
#content h3, .heading {
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-weight: bold;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
    display:block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
      display:none;
      height:0px;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display:none;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

#category ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#information ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#category li {
	margin-left: 0px;
	padding-left: 16px;
	background-image: url('../image/bullet_list.png');
	background-repeat: no-repeat;
}

#information li {
	margin-left: 0px;
	padding-left: 16px;
	background-image: url('../image/bullet_list.png');
	background-repeat: no-repeat;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
     border-top:1px solid #EEEEEE;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
.price_normal { font-weight:bold; color:#000; font-size:12px;}
.price_masked { font-weight:normal; color:#999; text-decoration:line-through; font-size:12px;}
/* .price_special { font-weight:bold; color:#990000; font-size:12px;} */
.price_special { font-weight:bold;font-size:12px; padding:1px; padding-left:2px; padding-right:2px; color:#900; }

.price_normal2 { font-weight:bold; color:#000; font-size:14px;}
.price_masked2 { font-weight:normal; color:#999; text-decoration:line-through; font-size:14px;}
.price_special2 { font-weight:bold; font-size:14px; padding:2px; padding-left:3px; padding-right:3px; color:#900; }

.price_normal3 { font-weight:bold; color:#000; font-size:14px;}
.price_masked3 { font-weight:normal; color:#999; text-decoration:line-through; font-size:14px;}
.price_special3 { font-weight:bold; font-size:14px; padding:2px; padding-left:3px; padding-right:3px; color:#900; }

.box .middle_noBorder {
	background: #FFFFFF;
	padding: 10px;
}
.imageBorder { }
.menu_selected { background-color:#C00; }
/**** Panels ****/

/* special */
#panel_featured {
     /* border: 1px dotted #D6D6D6; */
    padding: 6px 8px 12px;
}
#panel_featured h4 {
	padding:0px 0px 8px 0px; 
	margin:0px;
}
/* footer */
#panel_footer {
    /* border: 1px dotted #D6D6D6;  */
    margin-top:10px;
}

/* featured */
#panel_special {
	border:1px solid #FD7E42;
	background-color:#FFECD9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	padding:8px;
	background-image:url(../image/panelBG_red.png);
	background-repeat:repeat-x;
}
#panel_special h4 {
	padding:0px 0px 8px 0px; 
	margin:0px;
	color:#AC3502;
}

/* navigation */
#panel_navigation {
	padding:4px 8px 12px 8px;
}
#panel_navigation h4 {
	padding:0px; 
	margin:0px;
	color:#000000;
}

#panel_navigation_item {
	margin:4px 0 4px 4px;
}
#panel_navigation_divider {
	border-bottom:1px dotted #D6D6D6;
	margin:4px 0px 2px 0px;
	height:1px;
}

/**** Panels END ****/
/**** Spacers ****/

.spacer_22 {
	height: 22px;
}

/**** Spacers END ****/
/**** Footer ****/

#footer {
	background-color:#f4f4f4;
	color:#757575;
	/* border:1px solid #e2e2e2; */
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#929292;
	width: 100%;
	clear: both;
	padding-top: 10px;
}
#footer a {
	text-decoration:none;
	color:#929292;
}
#footer a:hover {
	text-decoration:underline;
	color:#929292;
}
#footer ul {
	margin:0 0 0 20px;
	padding:0px;
	list-style-type:square;
	color:#CCCCCC;
}

#footer .subHeader {
	font-weight:bold;
	color:#757575;
	margin-bottom:10px;
}
#footer .dottedTop {
	border-top:1px dotted #757575;
	height:1px;
}
#footer .contentBox {
	padding:8px 0 8px 0;
}

.copyright {
	text-align:right;
	padding:10px 0 10px 0;
	color:#757575;
}

/**** Footer END ****/
#addToCart_zone {
text-align:center;
width:290px;
border:none;
margin-bottom:2px;
 }
 .extraInfo {
 border-top:1px dotted #D6D6D6; 
}
  .productInfoGroup {
width:280px;
}
.productInfoBox {
    width:91px;
    background-color:#FFF;
    font-size:11px;
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    padding:6px 0 8px 0;
    margin-top:1px;
    }
.productInfoBox span {
    font-weight:bold;
    font-size:14px;
    margin-top:4px;
    display:block;
}
.productInfoGroup .temp {
float:left;
width:91px;
border-right:1px dotted #D6D6D6; 
}
.productInfoGroup .size {
float:left;
margin-left:2px;
border-right:1px dotted #D6D6D6; 
}
.productInfoGroup .legend {
text-align:left;
margin-left:2px;
clear:both;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.productInfoGroup .perfume {
float:left;
margin-left:2px;
}
.button_green,  .button_green:hover {
              background: #D7F795;
              background-image:url(../image/btn_greenBG.gif);
              background: -moz-linear-gradient(0% 100% 90deg, #BEF649 0%, #E5F6BE 94%, #EEFAD6 95%, #FFFFFF 98%, #E5F6BE 99%, #E5F6BE 100%);
              background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #E5F6BE), color-stop(0.02, #FFFFFF), color-stop(0.06, #E5F6BE), color-stop(1, #BEF649));
              border: 1px solid #73BD28;
              border-radius: 6px;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              -moz-box-shadow: 0px 2px 6px #C5C5C5;
              -webkit-box-shadow: 0px 2px 6px #C5C5C5;
              box-shadow: 0px 3px 6px #C5C5C5;
              color: #3F6716;
              font-size: 1.25em;
              padding: 2px 16px 2px 16px;
              text-align: center;
              cursor:pointer;
              margin:8px 0 8px 0;
              text-decoration:none;
              display:inline-block;
}
.buttonSmall_green,  .buttonSmall_green:hover, .buttonSmall_green:link, .buttonSmall_green:visited{
              background: #D7F795;
              background-image:url(../image/btn_greenBG.gif);
              background: -moz-linear-gradient(0% 100% 90deg, #BEF649 0%, #E5F6BE 94%, #EEFAD6 95%, #FFFFFF 98%, #E5F6BE 99%, #E5F6BE 100%);
              background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #E5F6BE), color-stop(0.02, #FFFFFF), color-stop(0.06, #E5F6BE), color-stop(1, #BEF649));
              border: 1px solid #73BD28;
              border-radius: 4px;
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-box-shadow: 0px 2px 4px #C5C5C5;
              -webkit-box-shadow: 0px 2px 4px #C5C5C5;
              box-shadow: 0px 2px 4px #C5C5C5;
              color: #3F6716;
              font-size: 12px;
              padding: 4px 8px 4px 8px;
              text-align: center;
              cursor:pointer;
              text-decoration:none;
              display:inline-block;
              margin-top:4px;
}
.content_noSides {
width:800px;
margin-left:80px;
overflow:auto;
 }
.content_noSides .left_col {
width:385px; float:left;
}
.content_noSides .right_col {
width:385px; float:right; padding-left:20px; border-left:1px dotted #999999;
}
.content_noSides .left_col .field .error {
color: #FF0000;
display:block;
width:170px;
margin-top:2px;
}
.content_noSides .right_col .field .error {
color: #FF0000;
display:block;
width:170px;
margin-top:2px;
}
.content_noSides_buttonBar {
margin:14px 0 20px 0;
text-align:center;
 }
#mainMenu h4 {
    margin:0;
    padding:0;
    font-family: 'Cabin', sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.012em;
    word-spacing: 0em;
    line-height: 1.2;
    float:left;
    padding:8px 14px 8px 14px;
    margin-right:6px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor:pointer;
    background-color:#e4fead;
    color: #395e12;
}
#mainMenu  h4:hover {
background-color:#a4d839;
color:#FFFFFF;
}
#mainMenu  {
padding:0;
margin:0;
}
#mainMenu  a {
    text-decoration:none;
}
#mainMenu .home {
background-color:#ca68a3;
color:#FFFFFF;
}
#mainMenu .home:hover {
background-color:#ffc4e7;
color:#8b3469;
}
#breadCrumb {
margin:8px 0 8px 0;
color:#afaeae;
font-size:11px;
}
#headerFuncMenu {
float:right;
color:#afaeae;
margin-top:0px;
font-size:13px;
width: auto;
}
#header {
margin-top:10px;
 }
#originInfo { 
    margin: 2px 0;
 }
#originInfo_empty { 
    margin-bottom:2px;
    padding-bottom:0;
 } 
#content_search {
background-color:#EAF4F7;
text-align:center;s
border:none;
-moz-border-radius: 8px;
border-radius: 8px; 
margin:8px 0 12px 0;
padding:10px 0 10px 0;
 }
 /* temp annd size abbre. tooltip */
 #abbrLink {
 margin:8px 4px 12px 0;
 font-size:11px;
 text-align:right;
 cursor:pointer;
  }
  #abbrLink span, #abbrLink span:hover {
  color:#0085E7; text-decoration:none; cursor:pointer;
  } 
 #abbrTooltip {
              width:450px;
              display:none;
              position: absolute;
              line-height:normal;
              z-index:9999;
              color:#003366;
              padding:10px;
              background-color: #D5F0FF;
              border:1px solid #50B0F8;
              border-radius: 6px;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              -webkit-box-shadow: 3px 3px 3px #999999;
              -moz-box-shadow: 3px 3px 3px #999999;
              box-shadow: 3px 3px 3px #999999;
              /*
              filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=3, offY=3, positive=true);
              */
              opacity:0.9;
}

#abbrTooltip .dataList .label {
width:30px; padding-top:0; text-align:left;
 }
 #abbrTooltip .sizeList .field {
 width:200px;
 }
  #abbrTooltip .tempList .field {
 width:125px;
 }
#abbrTooltip .dataList li { padding:2px; }
#abbrTooltip #header {
font-weight:bold;
padding:0 0 6px 0;
margin:0;
font-size:1em;
 }
 #shippingInfo {
 width:480px;
 padding:0;
 margin:16px 0 0 155px;
  }
  
  #mainMenu #cartLink {
    margin:0;
    padding:0;
    font-family: 'Cabin', sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.012em;
    word-spacing: 0em;
    line-height: 1.2;
    float:left;
    padding:8px 14px 8px 14px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor:pointer;
    background-color:#fbf39b;
    color: #b15800;
    width:152px;
    text-align:center;
    background-image:url(../image/ico_cartPassive.gif);
    background-repeat:no-repeat;
    background-position:10px 6px;
;}
#mainMenu  #cartLink:hover {
background-color:#fad03e;
color:#FFFFFF;
background-image:url(../image/ico_cartActive.gif);
    background-repeat:no-repeat;
}
#searchBox {
}
#searchBox #sfield {
float:right;
}
#searchBox #sfield input {
width:120px;
}
#searchBox #sbutton {
background-color:#f4f4f4;
float:right;
height:22px;
color:#9c9c9c;
font-family: 'Cabin', serif;
font-size: 13px;
font-style: normal; font-weight: 400; text-shadow: none; text-decoration: none; text-transform: none; letter-spacing: 0.012em; word-spacing: 0em;
padding:5px 10px 0 8px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 0px;
}
#searchBox #sbutton:hover {
background-color:#e7f6fd;
color:#0060ff;
}
#searchBox a, #searchBox a:link, #searchBox a:hover {
text-decoration:none;
}
#stepIndicator {
width:400px;
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
height:90px;
margin-left:130px;
}
#stepIndicator #stepBar1, #stepIndicator #stepBar2, #stepIndicator #stepBar3 {
border-bottom:1px dotted #CCCCCC;
position:absolute;
}
#stepIndicator #stepBar1 {
top:16px;
width:150px;
left:8px;
}
#stepIndicator #stepBar2 {
top:16px;
width:150px;
left:150px;
}
#stepIndicator #step1_box, #stepIndicator #step2_box, #stepIndicator #step3_box  {
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #CCCCCC;
height:6px;
width:6px;
position:absolute;
background-color:#FFFFFF;
}
#stepIndicator #step1_box {
top:12px;
left:2px;
}
#stepIndicator #step2_box  {
top:12px;
left:150px;
}
#stepIndicator #step3_box  {
top:12px;
left:300px;
}
#stepIndicator #step1_info  {
position:absolute;
top:28px;
left:2px;
}
#stepIndicator #step2_info  {
position:absolute;
top:28px;
left:150px;
}
#stepIndicator #step3_info  {
position:absolute;
top:28px;
left:300px;
}
.stepIndicatorH2 {  color:#ca68a3; }

/* header */
#header_toolbar {
 float: right;
 -moz-border-radius-topleft: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 6px;
 -moz-border-radius-bottomleft: 6px;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 6px;
 border-bottom-left-radius: 6px;
 background-color:#F4F4F4;
 margin:0 22px 0 0;
 border:1px solid #CCCCCC;
}
#header_toolbar ul {
 float: left;
 margin: 0;
 padding: 6px 12px 6px 12px;
}
#header_toolbar li {
 float: left;
 list-style: none outside none;
 margin: 0 7px 0 7px;
 padding: 0;
}
#header_toolbar .search {
 background-color:#e7f6fd;
 border:1px solid #e7f6fd;
 padding:0 8px 0 0;
 -moz-border-radius-topleft: 0px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 0px;
 border-top-left-radius: 0px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 0px;
}
#header_toolbar .search a {
 text-decoration:none;
 padding:0 0 0 8px;
 float:left;
 margin-top:2px;
 display:block;
 color:#0060ff;
}
#header_toolbar .newsletter a {
 text-decoration:none;
 padding:0 0 0 2px;
 margin-top:3px;
 display:block;
}
#header_toolbar .search input {
 border:none;
 margin:0px;
 height:20px;
 padding:0 5px 0 5px;
 float:left;
 width:125px;
}
#header_toolbar .newsletter {
 height:22px;
 padding:0 0 0 24px;
 background-image: url(http://www.sedo.com/fileadmin/templates/sedo/gfx/icons/icon_no.gif);
 background-repeat:no-repeat;
}
#header_toolbar .language {
 height:22px;
 padding:0 0 0 26px;
 background-image: url(http://www.sedo.com/fileadmin/templates/sedo/gfx/icons/icon_no.gif);
 background-repeat:no-repeat;
}
#header_toolbar .language select {
 width:94px;
}
#cart_total_table tr:first-child { display:none; }
.thumbimage_box { }
.extraInfo { width:280px!important; }