/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0; padding: 0; }
body
	{
	margin: 20px 0 0;
	padding: 0;
	background: #fcfcfb url(../images/bg.jpg) top left repeat-x;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
div { margin: 0; padding: 0; }
p {padding: 0; margin: 0;}
h1 { margin: 0; }
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
* html .box-wrap   /* this selector recognized by IE only */
{
  width: 770px;   /* total width (only for IE5.x/Win) */
  w\idth: 750px;  /* content width (for other IE) */
}

.box-wrap
	{
	color : #000000;
	background: #fff;
	width: 750px;
	padding: 10px 9px 0;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ccc; /*#DDDED6;*/
	border-bottom-width: 3px;

}

/* top banner - brown */
.box-header
	{
	color: #000000;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 145px;
	padding-bottom: 5px;
	width: 750px;
	z-index: 1;
	position: relative;
		}
.box-header h1 {
    margin: 0;
    padding: 10px 0 3px 5px;
    font: bold 50px/50px Verdana, Arial, sans-serif;
    letter-spacing: 5px;
}

.box-header h2 {
    margin: 0;
    padding: 0 0 15px 10px;
    font: normal 24px/28px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
}

.box-header h1 a:link, .box-header h1 a:visited, .box-header h2 a:link, .box-header h2 a:visited {
    color: #fff;
    text-decoration: none;
}

/* top menu section */

#box-topmenu a:hover, #box-topmenu label a:hover {
    color: #D2A528;
    text-decoration: underline;
}
/* searchbox */
#searchbox {
    float: left;
    margin-left: 10px;
    width: 270px;
    vertical-align: top;
    position: relative;
}

#searchbox form {
    color: black;
    font: bold 12px/16px "Lucida Grande", Verdana, Arial, sans-serif;
    margin: 0; padding: 0;
}
#searchbox a:link, #searchbox a:visited  { 
    vertical-align: top;
    font-size: 10px;
    line-height: 15px;
    color: black;
    text-decoration: none;
}

#searchbox label {float: left; margin-right: 3px;}
#searchbox #searchbutton {position: relative; background-color: transparent;}

/* upper navigation menu  */
#box-topmenu ul {
    float: right;
    width: 280px;
    padding: 0;
    margin: 13px 180px 0 0;
    display: inline; /* fix for http://www.positioniseverything.net/explorer/doubled-margin.html */
    list-style-type: none;
}

#box-topmenu ul li
{
list-style-type: none;
padding: 0 10px;
margin: 0;
display: block;
float: right;
font: bold 12px/16px "Lucida Grande", verdana, sans-serif;
border-right: 1px solid #ccc;
}

#box-topmenu ul li.last {
    border-right: none;
}

#box-topmenu ul a
{
color: #eeeff7;
text-decoration: none;
}

#loginbox {
    float: right;
    width: 250px;
    height: 50px;
    overflow: hidden;
}

* html #loginbox {width: 270px; w\idth: 250px;}

#loginbox label span { font-weight: normal; display: block; color: #333;}

#loginbox label {
float: left;
margin-right: 10px;
}

/* navigation bar with buttons */
#navbar {
background: #F4F1E7;
border-top: 1px solid #E8D17A;
border-bottom: 1px solid #E8D17A;
height: 51px;
padding: 2px 5px;
margin-bottom: 10px;
font: normal 9px/11px Verdana, Arial, sans-serif;
text-align: left;
}

#login_button {
    background: transparent;
    font: bold 11px/13px Arial, Verdana, sans-serif;
    margin-top: 11px;
}

#navbar a:link, #navbar a:visited {
    color: #333;
    text-decoration: none;
}

#navbar a:hover {
    text-decoration: underline;
}

.navbar_button {float: left; width: 90px; margin-top: 1px; text-align: center;}
.navbar_button img {display: block; border: none; margin: 0 auto 2px;}

.box-footer
	{
	margin: 0 auto;
	padding: 4px 4px 10px;
	clear: both;
	border: none;
	color: #aaa;
	text-align: center;
}

.box-footer a {
    padding: 0 5px;
}

.box-footer a:link, .box-footer a:visited {
    color: #666;
    font: normal 11px Verdana, Arial, sans-serif;
    text-decoration: none;
}

.box-footer a:hover {
    text-decoration: underline;
}



/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 625px;
	/*background: transparent url(../images/columns-float.jpg) 0 0 repeat-y;*/
	}
.column-one
	{
	float: right;
	width: 500px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-right: 500px; margin-top: 1px;}
.column-three {margin-left: 625px; min-height: 400px;}
* html .column-three {height: 400px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	border: none;
	color: #000;
	padding-top: 1px;
	}
.column-one-content { padding: 5px 15px 25px 10px}
.column-two-content { min-height: 400px; height: 400px; padding-bottom: 25px}
* html .column-two-content { position: relative; left: 3px; margin-left: -3px; margin-top: 4px; margin-top/*hide from ie 5.0*/: 0;}
* html .column-three { position: relative; left: -3px; margin-left: 3px;}
div[class].column-two-content {height: auto;}

.column-three-content h2 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}

.column-one-content h1 {
    font: bolder 20px/20px Verdana, Arial, sans-serif;
    color: #999;
    letter-spacing: -1px;
    margin: 5px 2px 4px 0;
    padding: 0 0 8px 0;
    width: 80%;
    display: block;
}

.column-one-content h2 {
    clear: none;
    font: bolder 14px/14px Verdana, Arial, sans-serif;
    color: #999;
    letter-spacing: -1px;
    margin: 10px 0 4px;
    padding: 0;
    display: block;
}
.column-one-content p,
.column-one-content table,
.column-one-content ol,
.column-one-content ul
 {
    font: normal 11px/14px Verdana, Arial, sans-serif;
    color: #333;
    margin-bottom: 5px;
}

.column-one-content li {margin-bottom: 3px;}

.column-two-content h1, .column-three-content h1 {
margin: 0 0 5px;
padding: 0 2px 2px;
border-bottom: 1px solid  #E8D17A;
font: bold 13px/15px Verdana, Arial, sans-serif;
text-align: center;
color: #333;
}

.column-three-content h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0 3px 0;
    padding: 0;
    text-align: center;
} 

.column-three-content {
    font-size: 11px;
    font-family: Arial, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 15px;
}

.column-three-content .image_link span {text-decoration: none;}
.column-three-content .image_link:hover span {text-decoration: underline;}
.column-three-content a:link,.column-three-content a:visited  {
    color: #0A5186;
}

/* Categories menu */

.navleft
{
/*avoid gap after li in ie6 by setting width*/
width: 120px;
font-size: 10px;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
margin-left: 1px;
}

.navleft h1 {
font-size: 11px;
text-align: left;
background: #F4F1E7 url(../images/corner.gif) top right no-repeat;
}

.navleft h1 a:link, .navleft h1 a:visited {
text-decoration: none;
}

.navleft ul
{
list-style-type: none;
padding-left: 0;
margin-left: 0;
margin-top: 0;
padding-top: 0;
}

.navleft .navlist a
{
display: block;
padding: 1px 0 1px 16px;
padding-left: 0;
color: white;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/

.navleft .navlist a { width: 120px; }

.navleft .navlist a
{
/*\width: 120px;*/
/*w\idth: 104px;*/

}

.navleft .subnavlist a, .navleft .subsubnavlist a
{
display: block;
color: #666;
padding: 1px 0 1px 16px;
padding-left: 0;
margin-left: 12px;
}

.navleft .subsubnavlist a {
margin-left: 28px;
padding-left: 0;
font-weight: normal;
}

.navleft a#current{
    color: #000;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.navleft .subnavlist a { width: 108px; }
/*
.navleft .subnavlist a
{
\width: 108px;
w\idth: 92px;
}
*/

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.navleft .subsubnavlist a { width: 92px; }

.navleft .subsubnavlist a
{
\width: 92px;
w\idth: 92px;
}

.navleft .navlist a, .navleft .navlist a:visited,.navleft .subnavlist a, .navleft .subnavlist a:visited
{
color: #666;
text-decoration: none;
}

.navleft .subsubnavlist a, .navleft .subsubnavlist a:visited {
background-image: none;
padding-left: 0;
}

html .navleft a:hover, html .navleft a#current:hover,
html .navleft .navlist a:hover, html .navleft .navlist a#current:hover,
.navleft .subnavlist a:hover, .navleft .subnavlist a#subcurrent:hover
{
text-decoration: underline;
}


a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
color: #283D82;
text-decoration: none;
}

.product_float {
    float: left;
    position: relative;
    text-align: center;
    width: 153px;
    height: 235px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_float .image {
    width: 140px;
    height: 160px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.product_float .image img {
    border: none;
}

.product_float .image table {
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.product_float .image td {
    height: 160px;
    vertical-align: bottom;
}

.product_float .name, .product_float .name a:link, .product_float .name a:visited {
    text-align:center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: -1px;
    color: #333;
    min-height: 30px; /* rozciag na min.2 linie */
    height: auto !important; /* not ie 6 */
    height: 30px; /* ie 6 */
}

.product_float .price {
    margin-top: 5px;
    text-align:center;
    font: bold 20px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    color: #c08642;
}

.product_price {
    font: bold 20px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    color: #c08642;
}

#productList {
    clear: both;
}

.product_image {
    float: left;
    width: 240px;
    text-align: center;
    margin-right: 5px;
}

.product_thumbnail {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 5px;
}

.product_thumbnail img, .product_thumbnail_second img {
    border: none;
}

.product_thumbnail_second {
    float: right;
    width: 120px;
    text-align: center;
    margin-left: 5px;
}


.product_details {
    width: 230px;
    float: left;
}

.breadcrumbs {
    font: normal 13px/17px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

.pager div, .pagerbottom div { float: right; }

.pager div.info, .pagerbottom div.info {float: left;}

.pager {
    font-size: 11px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
}

.pagerbottom {
    font-size: 11px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin: 0 5px;
}

/* clearing containing floats without markup : http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* http://www.tanfa.co.uk/archives/show.asp?var=300 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a, a:link {
    text-decoration: underline;
    color:#5A341B;
}

a:visited {
    color: #5A341B;
}

a:hover {
    color: #A64B39;
}

.product_options input, .product_options option, .product_options select {
    font-size: 12px;
}

.product_options select {
    margin-bottom: 4px;
    display: block;
}

.product_options select.dynamic {
    display: block;
}

html body .box-wrap .errormsg , .inline_error {color: #A3242D;}

html body .box-wrap .okmsg {color: #008618;}
.highlight_small {position: absolute; left: 10px; top: 10px; width: 12px; height:12px; background: url(../images/highlight.png) no-repeat; line-height: 1px;}

.highlight {    background-color: #FFFCEC;}
.product_details label { font-weight: bold; font-size:10px;}

html body .ta_r {text-align: right;}
html body .ta_l {text-align: left;}
html body .ta_c {text-align: center;}

.form_error_group {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.result {padding: 10px 0; text-align: center; background-color: #F1E389;}


table.shopping_cart {
    font: normal 11px Verdana, Arial, sans-serif;
    width: 98%;
    margin: 10px 0;
}

table.customer_details, table.choose_address {
    font: normal 11px Verdana, Arial, sans-serif;
    width: 100%;
}

table.order_summary {
    font: normal 11px Verdana, Arial, sans-serif;
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
}

table.customer_details td {padding: 2px 10px; }

table.order_summary td {padding: 2px 5px; }
table.order_summary th {padding: 5px; }
table.order_summary td, table.order_summary th {border-bottom: 1px solid black}
.odd {background-color: #FFFFD8}
.even {background-color: #FFFFF8}

table.shopping_cart .header, table.customer_details .header, table.choose_address .header {background-color: #EFEFCA}
table.shopping_cart th, table.customer_details th {text-align: center; padding: 3px 0;}
table.customer_details th, table.choose_address th {font-size: 13px; padding: 10px;}
.inputblock label {font: bold 11px Verdana, Arial, sans-serif; letter-spacing: -1px; 
                   float: left; clear: left; width: 450px; margin-bottom: 5px;}
.inputblock label span {text-align: right; width:120px; display: block; float: left; padding-top: 2px;}
.inputblock label span span, .inputblock label span.inputtext {text-align: left; width: auto; float: none; clear: none; display: inline;}
.inputblock input, .inputblock select, .inputblock textarea, .inputblock button {position: relative; margin-left: 10px;}
.inputblock button, .inputblock select, .inputblock option, .inputblock input {letter-spacing: 0;}
.inputblock h2 span {margin-left: 130px; margin-bottom: 10px;}
.inputblock span.inputtext {margin-left: 10px; }
.inputblock label.narrow {width: 250px;}
.inputblock label.medium {width: 350px;}
input.inline_error, 
select.inline_error, 
option.inline_error, 
textarea.inline_error {
color: black; 
border-color: #A3242D; 
border-style: solid;
background-color: #FFEFF0;
}
.captcha {font: normal 11px Verdana, Arial, sans-serif; letter-spacing: -1px; vertical-align: top; text-align: left; width: 60%; margin-left: 130px }
.captcha input {margin-left: 0;}

.product_specials, .sidebar_promotions {
    text-align: center;
}

.product_specials img, .sidebar_promotions img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.sidebar_promotions .header {
    margin-top: 3px;
    margin-bottom: 5px;
    text-align:center;
    font: bold 13px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    color: #9F3D11;
}

.sidebar_promotions .header a {
    color: #9F3D11;
}

.promotion {margin-bottom: 15px;}

.product_specials .price, .sidebar_promotions .price {
    margin-top: 3px;
    margin-bottom: 15px;
    text-align:center;
    font: bold 18px Verdana, Arial, sans-serif;
    letter-spacing: -1px;
    color: #c08642;
}

.sidebar_promotions .price {
    margin-bottom: 3px;
    font-size: 15px;
}

.price del, .product_price del {color: #333; font-size: 80%; vertical-align: top;}

.column {
    width: 230px;
    float: left;
    position: relative;
}

#sitemap ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
}

#sitemap ul li {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 2px 0 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #555;
}

#sitemap h1 {
    font: bold 12px Verdana, Arial, sans-serif;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
}
#sitemap ul li ul {
    padding-left: 15px;
}

#sitemap ul.no-descriptions li {
    margin-top: 0;
}

#contactform label {font-weight: bold; font-size: 11px; 
              display: block;}
#contactform label span {display: block; margin: 5px 0;}

#contactform label span span {display: inline;}

.image_link img {vertical-align: middle; border: none; margin-right: 6px;}

.image_button {padding: 2px;}
.image_button img {vertical-align: middle; border: none; margin-right: 6px;}

.image_link span {text-decoration: underline;}
a.image_link {text-decoration: none;}

.smaller {font-size: 10px;}
html body .big {font-size: 120%;}

#wishlist tr:hover {background-color: #f8f8f8;}
#wishlist td { padding: 2px;}

p.message { margin: 10px 30px 10px 20px; font-size: 110%; line-height: 120%;}

table.order_details {
    font: normal 11px Verdana, Arial, sans-serif;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.order_details th {background-color: #EFEFCA; vertical-align: top; padding: 8px; text-align: center}
.order_details td {padding: 3px;}

.kilt_chooser_item {
    position: absolute;
    width: 25%;
}

.kilt_chooser_item h2 {
    font: bold 13px Verdana, Arial, sans-serif;
    color: black;
}

input, textarea, select { background-color: #F5F7F9; border-width: 1px; border-color:#91A0AC;}
input:focus, textarea:focus, select:focus {background-color: #FBFBFB; border-color: #000;}

a img {border: none;}

#logoutbox {
    text-align: right;
    font-size: 10px;
    line-height: 14px;
}

/* LiveSearch */
/*
#livesearch {
margin: 0px 25px 15px 25px;
padding:0px;
width: 140px;
display: block;
border:1px solid #99b58d;
}*/


#LSResult {    
      position: absolute;
      width: 250px;
      margin: 1px 0px 2px 0px;
      padding: 0px;
      top: 20px;
      left: 58px;
}

#LSResult li {
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:15px;
    margin-bottom: 0px;
    display: block;
}
    
  
div#LSShadow {
      position: relative;
      right: 1px;
      margin: 0px;
      padding: 0px;
      background-color: #222; /*shadow color*/
      color: inherit;
}
  
  
 
#LSResult ul {
     margin-bottom: -5px;
     margin-top: 0px;
     padding-top: 0px;  
     margin: 0px;
     padding: 0px;
     list-style-type: none;
     float: none;
     width: auto;
     display: block;
}

#LSResult ul li {
    display: block;
    text-indent: -15px;
    padding: 0px 15px 3px 20px;
    float: none;
    border: none;
}
 
#LSResult .LSRow {
    color: black;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;    
}

#LSResult .LSRow a:link, #LSResult .LSRow a:visited, #LSResult .LSRow a:hover {
    color: black;
    font-size: 10px;
}

#LSResult .LSRow a:hover {
    text-decoration: underline;
}

.LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: white;
      border:  1px solid #AAA;
    }
  
#LSHighlight {
     color: #564b47 !important;  
     background-color: #ccc !important;
}

#list-mode-switch {width: 50%; float: left; text-align: left; margin-left: 5px; font-size: 9px;}

/* decoration for functional site classes */
html body .box-wrap .product_name {
    background: transparent url(../images/product_name_bg.gif) top left no-repeat;
    min-width: 350px;
    min-height: 32px;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

/* PROMOTIONS! */

.product_promotions .product_promotion {
border: 3px solid #ccc;
padding: 5px;
margin: 0 0 15px;
width: 459px;
}

label.promotion_agree {
    font-size: 13px;
    margin: 10px 0;
}

label.promotion_agree strong {
font-size: 17px;
} 

.product_promotions h2 {
font-size: 20px;
margin-bottom: 10px;
color: #E6E5E4;
}

.product_promotion .product_options h2 {
font-size: 13px;
color: black;
}

.product_promotions h3, .product_promotion h3 {
    margin: 0;
    padding: 0;
    color: #9F3D11;
    font-size: 20px;
}

.product_promotions h3 a:link, .product_promotions h3 a:visited, 
.product_promotion h3 a:link, .product_promotion h3 a:visited {
    font-size: 12px;
    color: #9F3D11;
}

.product_promotion .promotion_expires {
    float: right;
    font-size: 11px;
}
#add_to_cart_button {
background: none;
padding: 0;
}

.product_customer_discount {
    color: #333;
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #5D3C2B; 
    background-color: #FFFCEC;
}

.product_customer_discount b
{
    font-size: 13px;
    color: #c08642;
}

.basket_discounts {
    margin: 0 auto;
}
.basket_discounts th{
     background-color: #f0f0f0;
     padding: 5px 20px;
     text-align: center;
}

.basket_discounts td{ 
     text-align: center;

}

#product_amount {
    float: left;
    width: 50px;
    margin-top: 10px;
}

#product_actions {
    margin-left: 55px;
    margin-top: 10px;
}

/* Switching customer language */
#switchlang {
    list-style-type: none;
    margin: 15px 200px 0 0;
    display: inline; /* see http://www.positioniseverything.net/explorer/doubled-margin.html */ 
    padding: 0;
    float: right;
}

#switchlang li {
    display: inline;
    padding: 0 8px 0 7px;
    border-right: 1px solid #ccc;
    font-size: 11px;
    color: black;
}

#switchlang li.last {
    border-right: none;
}

#switchlang a:link, #switchlang a:visited {
    color: #fff;
    text-decoration: none;
}

#switchlang a:hover {
    text-decoration: underline;
}

.hidden {display: none;}

.order_code {
margin: 0 auto;
width: 30%;
padding: 10px;
text-align: center;
font-weight: bold;
}

.order_code b {display: block; font-size: 40px; color: #917140;}

.category_images {
text-align: center;
}
.category_image {padding: 5px 4px; float: left; width: 140px; height: 130px;}
.category_image span {
    min-height: 100px;
    height: auto !important; /* not ie6 */
    height: 100px; /* ie 6 */
    display: block;
}
.category_image a {text-decoration: none; font-size: 9px;}
.category_image img {border: none;} 

.sp_choose {margin: 8px 20px; padding: 5px; border: 1px solid #eee;}

.sp_choose label {font-weight: bold; display: block; margin: 2px 0;}

.sp_choose .sp_cost {font-size: 14px; font-weight: bold; color: #c08642;}

.active {border-color: #5D3C2B; background-color: #FFFCEC}

.currency, .currency select, .currency option {
font-size: 9px;
}

.currency select { margin: 5px auto;}
.currency {margin-top: 10px; margin-bottom: 10px; padding-top: 2px; text-align: center; background-color: #F4F1E7}

.currency h2 {
font-size: 13px; font-weight: bold;
margin: 3px 0; padding: 0; text-align: center;
}

p.currency_disclaimer {font-size: 9px; line-height: 13px; }

#cart_links {margin-top: 10px; margin-bottom: 10px; padding: 3px 5px; background-color: #F4F1E7;}
* html #cart_links {width: 112px;}

table.browser {width: 100%;}

table.browser th {padding: 3px 0; background-color: #F4F1E7; text-align: center;}

.sorting {
float: right;
font-size: 9px;
text-align: right;
margin-right: 10px;
margin-bottom: 3px;
}

.sorting a:link, .sorting a:visited {text-decoration: none;}
.sorting b {font-size: 14px;
}

h2.shipping_choose {
    margin-left: 20px; 
    padding-left: 40px;
    background: transparent url(../images/shipping.gif) 0% 50% no-repeat;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    vertical-align: bottom;
    margin-top: 20px;
}

h2.payment_choose {
    margin-left: 20px; 
    padding-left: 40px;
    background: transparent url(../images/payment.gif) 0% 50% no-repeat;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    vertical-align: middle;
    margin-top: 20px;
}

.product_gallery img {
    margin: 2px 4px;
    padding: 3px;
    border: 1px solid white;
}

.product_gallery a:hover img {
    border: 1px solid #ccc;
}

.product_description {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }

.small_description {font-size: 10px; margin-top: 5px;}

.category_thumbnail {float: right; margin-right: 10px; }

.category_description {
    font: normal 11px/14px Verdana, Arial, sans-serif;
    color: #333;
    margin-bottom: 5px;
}

.column-three-content .product_float {
margin: 0 0 10px 0; width: 120px; height: auto; float: none; position: static;}

.column-three-content .image {
margin: 0 auto; width: 120px; height: auto; 
}

.ajax-refresh {background: #fff};

.column-three-content .product_float .image td {width: auto; height: auto;}

#registrationFields {margin-top: 10px;}

.news-item {
    margin-top: 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;}

.news-items {width: 98%; margin-left: auto; margin-right: auto;}

.news-date {display: block; float: right; width: 20%; text-align: right; }
.news-items .last {border-bottom: none;}

.news_item .news_text {clear: right; }
.news_item h3 {margin: 3px 0 10px; font-size: 14px;}
.news_item .news_date {display: block; float: right; text-align: right; position: relative; top: -20px;}

.inputblock .star {
    position: relative;
    left: 10px;
}

.product_review {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 5px;
}

.product_review .helpful {
    font-style: italic;
}

.product_review .author {
  margin-bottom: 3px;
}
.product_review .stars {
    float: right;
    width: 100px;
}

.avg_rating {
  font-size: 11px;
  color: #333;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;

}

/*displaying list of shipping methods*/
ul.display-ship-method {list-style-type:none; padding-left:0px;margin: 0px;}
li.display-ship-method {padding: 5px; border: 1px solid #eee;}
li.display-ship-method label {font-weight: bold; display: block; margin: 2px 0;}
li.display-ship-method .sp_cost {font-weight: bold; color: #c08642;}

a.see-option-image {
	margin-left: 5px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0;
}

a.see-option-image:link, a.see-option-image:visited {
	text-decoration: none;
}

a.see-option-image:hover {
	text-decoration: underline;
}

a.see-option-image br {
	clear: both;
}

.option_image {
	border: 5px solid #F4F1E7;
	margin-left: 5px;
	vertical-align: top;
}

.product_options .option_image {
	margin-left: 0;
    margin-bottom: 5px;
}

