/* ------------------------------
HTML Redefined Tags
------------------------------ */
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; background:#192E63 url(/assets/2010/background.jpg) repeat-x left top !important; }

input, form, textarea,
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{margin-top:4px; margin-bottom:4px; padding:4px 0 0 0px; font-size:18px; font-weight:bold; border-top:solid 1px #DEDEDE;}
h1.home{ margin-top:8px; padding:0px 0 4px 0; margin-bottom:8px; font-size:12px; font-weight:bold; border-bottom:solid 1px #CCC; border-top:solid 1px #FFF;}
h1.category{ margin-top:10px; padding:4px 0; margin-bottom:4px; font-size:18px; font-weight:bold; border-bottom:solid 1px #DEDEDE;}
h1.display{ margin-top:8px; margin-bottom:0px; padding:8px 0 0 0; font-size:22px; font-weight:bold; border-top:solid 1px #DEDEDE;}
h2{font-size:14px;}
h2.product{font-size:16px; font-weight:normal;}
h3{font-size:14px;}
h4{font-size:14px;}

a:link, a:visited{color:#05A; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}

FORM { display: inline; }
SELECT, INPUT { font-size: 11px; }

UL { padding: 0px; margin: 2px 0px 2px 20px; }

img {border:0px;}

/* Small Text */

.small_text {font-size:11px;}
.small_text a:link {font-size:11px; color:#05A;}
.small_text a:visited {font-size:11px; color:#05A;}
.small_text a:active {font-size:11px; color:#05A;}
.small_text a:hover {font-size:11px; text-decoration:underline;}

/* Article Title */
.article_title {font-size:14px; font-weight:bold;}
.article_title a:link {font-size:14px; color:#05A;  font-weight:bold;}
.article_title a:visited {font-size:14px; color:#05A; font-weight:bold;}
.article_title a:active {font-size:14px; color:#05A; font-weight:bold;}
.article_title a:hover {font-size:14px; text-decoration:underline; font-weight:bold;}

/* Small Text */

.large_text {font-size:16px; font-weight: bold;}
.large_text a:link, {font-size:16px;}
.large_text a:visited, {font-size:16px;}
.large_text a:active, {font-size:16px;}
.large_text a:hover {font-size:16px; color:#000; text-decoration:underline;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */


.centercat {width:720px; margin-left:210px;}


.verticalresource {
	margin-bottom: 4px;
	padding:.7em 0 .7em 1em;
	height:15px;
	color:#000;
	font-weight: bold;
	background:url(/assets/navigation/header_resource.gif) repeat-x;
}

/* Default Header */
#headercontainer {width:976px; margin:0 auto;}

.headerbar { background: #000; color: #FFF; font-weight: bold; font-size:11px;}
.headerbar A, .headerbar A:active, .headerbar A:visited, .headerbar A:link, .headerbar A:hover{color: #FFF; font-weight: bold; font-size:11px;}

/* Default Container */
#container {width:960px; margin:0 auto; background:#FFF; padding-left:8px; padding-right: 8px; }

/* Default Body */
#body_left{width:200px; float:left; margin-right: 16px; }
#body_right{width:730px; float:left; overflow: hidden;}
#category_middle{width:720px; float:left; overflow: hidden;}
#category_right{width:160px; float:right; overflow: hidden;}

/* Default Footer */
#footer { background: #333; border-top: 4px solid #000; padding-top: 8px; padding-bottom: 8px;}
#footercontainer{width:960px; margin:0 auto; color: #CCC; padding:8px; }
#footercontainer A, #footercontainer A:active, #footercontainer A:visited, #footercontainer A:link, #footercontainer A:hover{color: #FFF; font-weight: bold;}

/*Formatting Elements */

div.spacer{clear:both; height:8px; display:block; line-height:1px;}

#dotted_line {border-bottom: 1px dotted #CCC; margin-bottom: 8px; margin-top: 8px;}

#floatleft {float:left;}

/* Navigation */
#menu {
	background: #05A;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #05A url("/assets/header/seperator.gif") bottom right no-repeat;
	color: #FFF;
	font-weight:bold;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #192E63 url("/assets/header/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}



/* Vertical DHTML Menu */

.verticalmenuhead {
	margin-bottom: 4px;
	padding:.7em 0 .7em 1em;
	color:#FFF;
	font-weight: bold;
	background:#000051 url(/assets/navigation/boxheaders.gif) repeat-x;
}

.verticalmenufoot {
	height: 30px;
	background:#000051 url(/assets/navigation/box_bottom.png) repeat-x;
}

.verticalmenu, .verticalmenu li ul{
z-index: 200;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.verticalmenu li{
position: relative;
}

.verticalmenu li a{
background: #E6E6E6 url(/assets/navigation/glossyback.png) repeat-x bottom left;
color: #000;
display: block;
font-weight:bold;
height: 18px;
width: auto;
padding: 5px 0 7px 0;
padding-left: 19px;
text-decoration: none;
}

.verticalmenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.verticalmenu li ul li{
float: left;
}

.verticalmenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.verticalmenu .arrowdiv{

}

.verticalmenu li a:visited, .verticalmenu li a:active{
color: 000;
}

.verticalmenu li a:hover{
background-image: url(/assets/navigation/glossyback2.png);
text-decoration: none;
}

/* Holly Hack for IE \*/
* html .verticalmenu li { float: left; height: 1%; }
* html .verticalmenu li a { height: 1%; }
/* End */

/* End Vertical Menu */

	
/* Category List */
.categorybrowse li {float:left; list-style-type:none; background:url(/assets/template/catbullet.gif) no-repeat left; padding-left:10px; margin-right:10px; font-weight:bold;width:210px; overflow:hidden; font-size:11px; margin-bottom:10px;}

DIV.category_list { margin:0; overflow:hidden; background:#EFEFEF;}
DIV.category_list UL { width:100%; margin:0; padding:0; list-style-type:none; list-style-position:outside;}
DIV.category_list LI {margin:0; padding: 5px 0 3px 0px; }
DIV.category_list A, DIV.category_list A:hover, DIV.category_list A:visited, DIV.category_list A:active { color:#05A; }

DIV.category_list UL LI.lv1 { padding: 9px 0 9px 7px;  background:#E6E6E6; border-bottom:solid 1px #CCC;}
DIV.category_list UL LI.lv1:hover { padding: 9px 0 9px 7px;  background:#D4D4D4; border-bottom:solid 1px #CCC;}
DIV.category_list UL LI.lv1 A, DIV.category_list UL LI.lv1 A:active, DIV.category_list UL LI.lv1 A:visited { color:#000; }
DIV.category_list UL LI.lv1-on { padding: 9px 0 9px 7px; color:#ffffff; font-weight:bold; background:repeat-x; background-image:url(/assets/menu/bg_dn.gif);}
DIV.category_list UL LI.lv2 { padding-left:7px; font-weight:normal;}

	
/* Breadcrumb */

.breadcrumb {padding: 4px 0px 0px 10px;}

/* Pagnation and Sort*/
.pagnation {background:#E6E6E6; font-weight: bold; font-size: 14px;}
TR.pagnation A, TR.pagnation A:link, TR.pagnation A:active, TR.pagnation A:visited { font-weight: bold; font-size: 14px;}
TR.pagnation A:hover {font-weight: bold; font-size: 14px;}

.sort {background:#EEEEEE; color: #333333; font-weight: bold; padding: 4px;}

/* Boxes */

.box{
padding: 10px;
border: solid 1px #CCC;
background:#E6E6E6;
}

.box_header{
font-weight: bold;
font-size: 16px;
}
.grey_box{
padding: 10px;
border: solid 1px #CCC;
}
.grey_box_header{
font-weight: bold;
font-size: 16px;
}

/* Round Boxes */

/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(/assets/bc/border.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:700px !important; /* IE Win = width - padding */
      width: 685px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */

/* Message Boxes */

.errorbox{
padding: 10px;
border: solid 2px #C00;
background:#FCDCDF;
}

.successbox{
padding: 10px;
border: solid 2px #090;
background:#D9FFD9;
}


/* List or Table Headers */

.tableheader {
color: #05A;
font-weight: bold;
font-size: 16px;
border-bottom: 2px solid #05A;
}

/* Bullet Point Lists */

.listheader {
color: #05A;
font-weight: bold;
font-size: 16px;
margin-bottom: 4px;
}


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

#list li
{
padding-left: 18px;
padding-bottom: 5px;
background-image: url(/assets/bullet.gif);
background-repeat: no-repeat;
}

/* Column List */
DIV.column_list {  width:180px; padding:0; margin:0; overflow:hidden;}
DIV.column_list UL { margin:0; padding:0; list-style-type:none; }
DIV.column_list LI {margin:0; float:left; padding:2px 2px 2px 2px; width:100%; }
DIV.column_list DIV.main { font-size:11px; width:100%; border-bottom: 1px dashed #CCCCCC; padding:0 0 2px 0; }
DIV.column_list DIV.main A { font-size:11px;  }
DIV.column_list DIV.main SPAN.price { font-size:12px; color:#000; font-weight:bold;}
DIV.column_list DIV.main DIV.image { float: right; border: solid 1px #CCCCCC; margin-right:2px; }

/* ------------------------------
Filters
------------------------------ */

/* Vertical DHTML Menu */

.filtermenu, .filtermenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.filtermenu li{
float:left;

}

.filtermenu li a{
background: #EFEFEF;
font-size:12px;
font-weight:bold;
display: block;
width: 140px;
padding: 7px 0 7px 0;
padding-left: 10px;
text-decoration: none;
}

.filtermenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 188px; /*WIDTH OF MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.filtermenu li ul li{
float: left;
}

.filtermenu li ul a{
border-bottom: dashed 1px #CCC;
display: block;
font-size: 11px;
font-weight: normal;
width: auto;
padding: 7px 0 7px 0;
padding-left: 10px;
text-decoration: none;
width: 178px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.filtermenu .filtermenuarrowdiv{
background: transparent url(/assets/navigation/arrow_dn.gif) no-repeat center right;
}

.filtermenu li a:visited, .filtermenu li a:active{
color: 000;
}

.filtermenu li a:hover{
}

/* Hack for IE \*/
* html .filtermenu li { float: left; height: 1%; }
* html .filtermenu li a { height: 1%; }
/* End Hack For IE */

/* End Vertical Menu */

/* ------------------------------
Item Display Pages
------------------------------ */

/* Image Box */

UL.image_box {margin:0; padding:0; list-style-type:none;}
UL.image_box LI { margin:0; float:left; padding:4px; margin: 4px; border: solid #CCC 1px;}

/* Page Layout */

#container_display_column_left{
width:780px; 
float:left;
}
#display_column_left{
width:190px; 
margin-right:7px; 
float:left;
}
#display_top_left{
width:510px; 
margin-right:0px; 
float:left;
overflow:hidden;
}
#display_top_right{
width:220px; 
float:left;
overflow:hidden;
}
#display_bottom_left{
width:560px; 
margin-right:15px; 
float:left; 
overflow:hidden;
}
#display_bottom_right{
width:200px; 
float:left; 
overflow:hidden;
}

/* Custom Fields*/

.display_title {
color: #003399; 
font-size:18px; 
font-weight:bold; 
padding:4px 0 4px 8px; 
border-bottom: dotted 1px #CCC; 
margin-bottom: 8px;
}

.related_products_title{
color: #003399; 
font-size:18px; 
font-weight:bold; 
padding:4px 0 4px 8px; 
border-bottom: dotted 1px #CCC; 
margin-bottom: 0px;
}
.displayelement {
float:left; 
width: 560px; 
padding: 8px; 
border-bottom:1px solid #cccccc; 
background:#FFF;
}
.displayelement_1 {
float:left; 
width: 110px; 
font-weight: bold; 
background:#FFF;
}
.displayelement_2 {
float:left; 
width: 450px; 
background:#FFF;
}
.display_content {
float:left; 
width: 545px; 
padding: 8px; 
background:#FFF; 
margin-bottom:8px;
}

/* ------------------------------
Gallery Thumbnails
------------------------------ */

DIV.thumb {  padding: 0; margin:0; overflow:hidden;}
DIV.thumb UL { margin:0; padding:0; list-style-type:none; }
DIV.thumb LI { float:left; margin: 10px; padding: 2px 1px 2px 1px; width:165px; overflow:hidden;}
DIV.thumb DIV.header { height:0px; }
DIV.thumb DIV.title { padding:0; width:155px; height:30px; padding-top:2px; overflow:hidden; text-align:center; }
DIV.thumb DIV.title A { padding:0; font-size:11px; padding-top:2px; font-weight:bold; text-align:center;}
DIV.thumb DIV.brand{ padding:0; width:155px; padding-top:2px; font-size:11px; overflow:hidden;}
DIV.thumb DIV.was{ padding:0; width:155px; padding-top:2px; font-size:11px; overflow:hidden;}
DIV.thumb DIV.save { font-size:15px; width:155px; font-weight:bold; color:#990000;}
DIV.thumb DIV.price{ font-size: 12px; font-weight:bold; padding-top:2px; float:left; padding:0;  width:155px; }

/* ------------------------------
Right Column Thumbnails
------------------------------ */

DIV.righthumb {  padding: 0; margin:0; overflow:hidden;}
DIV.righthumb UL { margin:0; padding:0; list-style-type:none; }
DIV.righthumb LI { float:left; margin: 5px; padding: 2px 1px 2px 1px; width:140px; overflow:hidden;}
DIV.righthumb DIV.header { height:0px; }
DIV.righthumb DIV.title { padding:0; width:130px; height:30px; padding-top:2px; overflow:hidden; text-align:center; }
DIV.righthumb DIV.title A { padding:0; font-size:11px; padding-top:2px; font-weight:bold; text-align:center;}
DIV.righthumb DIV.brand{ padding:0; width:130px; padding-top:2px; font-size:11px; overflow:hidden;}
DIV.righthumb DIV.was{ padding:0; width:130px; padding-top:2px; font-size:11px; overflow:hidden;}
DIV.righthumb DIV.save { font-size:15px; width:140px; font-weight:bold; color:#990000;}
DIV.righthumb DIV.price{ font-size: 12px; font-weight:bold; padding-top:2px; float:left; padding:0;  width:130px; }

/* ------------------------------
Home Thumbnails
------------------------------ */

DIV.homethumb {  padding: 0; margin:0; overflow:hidden;}
DIV.homethumb UL { margin:0; padding:0; list-style-type:none; }
DIV.homethumb LI { float:left; margin: 10px; padding: 2px 1px 2px 1px; width:210px; height: 345px; overflow:hidden; border: solid 2px #039;}
DIV.homethumb DIV.header { height:0px; }
DIV.homethumb DIV.title { padding-top:3px; width:210px; height: 65px; font-size:18px; font-weight:bold; text-align:center; }
DIV.homethumb DIV.title A, DIV.homethumb DIV.title A:ACTIVE, DIV.homethumb DIV.title A:VISITED { width:210px; padding-top:3px;  font-size:18px; font-weight:bold; text-align:center;}
DIV.homethumb DIV.brand{ padding-top:3px; width:210px; font-size:11px; overflow:hidden;}
DIV.homethumb DIV.was{ padding-top:3px; width:210px; font-size:13px; font-weight:bold; overflow:hidden;}
DIV.homethumb DIV.save { padding-top:3px; font-size:18px; width:210px; font-weight:bold; color:#C00;}
DIV.homethumb DIV.price{ padding-top:3px; font-size: 18px; font-weight:bold; float:left;  width:210px;}


/* ------------------------------
List Thumbnails
------------------------------ */

.thumb_name, .thumb_name A, .thumb_name A:visited, .thumb_name A:active { font-size:16px; font-weight:bold; text-align:center; color: #990000; text-decoration:normal;}
.thumb_name A:hover { text-decoration:underline;}
.thumb_brand{font-size:11px;}
.thumb_subtitle{ font-size:12px; font-weight:bold;  }
.thumb_description{ font-size:11px; }
.thumb_rrp {font-size:12px;}
.thumb_save { font-size:12px; color:#FF0000;}
.thumb_price{ font-size: 12px; font-weight:bold; }



/* ------------------------------
Shopping Cart and Checkout
------------------------------ */

.checkout_box{
border: 1px solid #CCC; 
background:url(/assets/cart/header_bg.gif) repeat-x;
} 

.checkout_box_header{
font-weight:bold; 
font-size:16px; 
color: #05A;
} 

TD.splitO { border-bottom: 1px solid #CCCCCC;}

.hdr_small, .hdr_small A, .hdr_small A:hover,
.hdr_small A:link, .hdr_small A:visited, .hdr_small A:active, {
	font-weight: bold;
	font-size : 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

TABLE.item_list {font-size:11px}
TABLE.item_list TD.header {font-size:11px; font-weight:bold;}
TABLE.item_list TD.item0 {font-size:11px;}
TABLE.item_list TD.item1 {font-size:11px;}

TABLE.item_list TD.shitem_d_0 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
TABLE.item_list TD.shitem_d_1 {font-size:11px; border-bottom:1px dotted #CCCCCC; }

TABLE.item_list TD.shitem0 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
TABLE.item_list TD.shitem1 {font-size:11px; border-bottom:1px dotted #CCCCCC; }
TABLE.item_list TD.store_total {font-size:11px; font-weight:bold; border-bottom:2px solid #CCCCCC;}


.ototal { color: #CC0000; font-weight:bold; font-size:14px; }

.gift_t { font-size: 14px; color: #006600; font-weight: bold;}

/********/
TABLE.sh_warning_box {
	border: 1px solid #CC0000;
	background-color: #FFE8E8;
	font-weight: bold;
}

TABLE.sh_warning_box TD { padding: 8px 8px 8px 8px;}

TABLE.cho_header {
	height: 30px;
	border-top: 1px solid #90B0BE;
	border-bottom: 1px solid #90B0BE;
	border-right: 1px solid #90B0BE;
}

TABLE.cho_header TD.title {
	font-size: 11px;
	font-weight:bold;
	background-image: url(/mas_assets/header_new/tab_2_bg.gif);
}

TABLE.cho_header TD.title_ni {
	border-left: 1px solid #90B0BE;
	font-size: 11px;
	font-weight:bold;
	background-image: url(/mas_assets/header_new/tab_2_bg.gif);
}

TABLE.cho_header TD.index {
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	background-image: url(/mas_assets/header_new/tab_2_dn_bg.gif);
}

TABLE.cho_body TD { font-size: 12px; }
TABLE.cho_body TD.address { font-size: 11px; }
TABLE.cho_body TD.payment { font-size: 13px; }

TABLE.cho_body A.edit { font-weight:normal; font-size:11px; }

TABLE.giftwrap_box {}
TABLE.giftwrap_box TD.header { font-weight:bold; font-size: 11px;}
TABLE.rewardpoints_box { background-color:#E6FFCC; border: 1px solid #CCCCCC; }
TABLE.rewardpoints_box TD.header { font-weight:bold; font-size: 11px; }
TABLE.rewardpoints_box TD { font-size: 11px; }

TABLE.coupon_box { background-color:#E6FFCC; border: 1px solid #CCCCCC; }
TABLE.coupon_box TD.header { font-weight:bold; font-size: 11px; }

TABLE.cho_body TD.subtotal { }
TABLE.cho_body TD.subtotal TABLE TD.header { color: #333333; font-weight:bold; font-size: 10px;}
TABLE.cho_body TD.subtotal TABLE TD { color: #333333; font-weight:bold; font-size: 11px;}
TABLE.cho_body TD.coupon { color: #333333; font-weight:bold;}
TABLE.cho_body TD.coupon TABLE TD.header { color: #333333; font-weight:bold;}
TABLE.cho_body TD.coupon TABLE TD { color: #333333; font-weight:bold; font-size: 11px;}
TABLE.cho_body TD.shiptotal { border-top: 1px dotted #90B0BE;}
TABLE.cho_body TD.shiptotal TABLE TD.header { color: #333333; font-weight:bold; }
TABLE.cho_body TD.shiptotal TABLE TD { color: #333333; font-weight:bold; font-size: 11px;}
TABLE.cho_body TD.ordertotal { border-top: 1px solid #90B0BE; border-bottom: 1px solid #90B0BE;}
TABLE.cho_body TD.ordertotal TABLE TD.header { color: #333333; font-weight:bold; font-size:12px;}
TABLE.cho_body TD.ordertotal TABLE TD { color: #CC0000; font-weight:bold; font-size:14px;}

TABLE.cho_body TD.coupon_wl { color: #333333; font-weight:bold; border-bottom: 1px solid #90B0BE;}
TABLE.cho_body TD.coupon_wl TABLE TD.header { color: #333333; font-weight:bold;}
TABLE.cho_body TD.coupon_wl TABLE TD { color: #333333; font-weight:bold; font-size: 11px;}

TABLE.cho_body TD.ordertotal_nl { font-weight:bold;}
TABLE.cho_body TD.ordertotal_nl TABLE TD.header { color: #333333; font-weight:bold; font-size:12px;}
TABLE.cho_body TD.ordertotal_nl TABLE TD { color: #CC0000; font-weight:bold; font-size:14px;}

TABLE.merchant_tag { border-bottom:1px solid #90B0BE; }
TABLE.merchant_tag TD.header {
	padding: 4px 8px 4px 8px;
	border-left:1px solid #90B0BE; border-top:1px solid #90B0BE; border-right:1px solid #90B0BE;
	background-color: #F6F6F6;
	font-weight: bold;
}
TABLE.merchant_tag TD.empty { border-bottom:1px solid #F6F6F6; }


TABLE.merchant_msg {font-size:11px; color: #cc0000;}
TABLE.merchant_comment {font-size:10px;}
TABLE.comment_ctrl TD {  background-color:#EEEEEE; border: 1px solid #CCCCCC; }

A.cstep_ct, A.cstep_ct:link, A.cstep_ct:hover, A.cstep_ct:active, A.cstep_ct:visited
{ color: #05A; font-weight:bold; padding-left:7px; padding-right:7px; text-decoration:none;}
A.cstep, A.cstep:link, A.cstep:hover, A.cstep:active, A.cstep:visited
{ color: #999; padding-left:7px; padding-right:7px; text-decoration:none;}

.shopping_cart_border { 
background-color: #05A;
background-repeat: repeat-x; 
} 



/* begin: slideshow */
.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:200px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
.slideshow .buttons {
display:none;
}
.slideshow .buttons {
display:block;
position:absolute;
z-index:100;
right:10px;
bottom:20px;
margin:0;
}
.slideshow .buttons li {
float:left;
display:inline;
width:30px;
height:30px;
margin:0;
padding-left:11px;
line-height:30px;
background-image:url('/assets/buttonBg.png');
background-repeat:no-repeat;
}
.slideshow .buttons li a {
float: left;
text-decoration:none;
width:30px;
height:30px;
color:#fff;
outline:0;
font-weight:bold;
}
.slideshow ul.buttons li a:hover {
text-decoration:none;
color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
color:#666666;
}
/* end: slideshow */


/* AJAX STYLES */

/*Product Thumbnail: Cart*/

.thumb_cart ul { margin:0; padding:0; list-style-type:none; }

.thumb_cart li { overflow:hidden; border-bottom:1px dotted #CCC; padding-top:10px; padding-bottom:5px; width:180px; } 

.thumb_cart .left { float:left; width:55px;  }

.thumb_cart .right { float:left; width:120px;  }

.thumb_cart .title, .thumb_cart .title A, .thumb_cart .title A:active, .thumb_cart .title A:visited { font-size:11px; }

.thumb_cart .price { font-size:11px; font-weight:bold; padding-top:2px; color:#000;  }

.float_right {float:right;}

.successaddmessage_body {float:left; margin-top:20px; width:300px; font-weight:bold; font-size:13px;}
.successaddmessage_image {float:left; width:80px;}
