/* !Common Styles */
*{padding:0;margin:0;}
html {margin: 0px; padding: 0px; font-family: Arial, san-serif; font-size: 12px;}
body {background: url(../images/common/bg.png); color: #545454;}
img {border: none;}
.clear{clear: both;}
h1, h3, h4, h5{padding: 10px;}

#wrapper {margin: 0px auto; width: 995px;}

#box_select {padding: 5px; background: #fff; border: 1px solid #d2d2d2; width: 214px; margin-bottom: 10px;}
div.social_wrapper {padding: 5px 0 5px 0;}

/* Header / Logo */
#header {background-repeat: repeat-x; border-bottom: 1px solid #FFF; }
.logo {float: left;}

/*Slideshow Homepage */
#slideshow { margin: 10px 0 20px 23px; }
.img-size{max-width: 100%; max-height: 100%;}

/* Search Form */
#quick_search {float: right; width: 320px;}
#quick_search span.search {background-color: #2C6A83; border: 1px solid #4195B7; display: inline-block; padding: 6px;}
#quick_search span.search > input {background: #FFF url(../images/common/background_icon_search.png) no-repeat; color: #717171; height: 15px; padding-top: 1px; text-indent: 20px; width: 200px;}
#quick_search p.advanced {font-size: 10px; margin-top: 3px; text-indent: 5px;}

#mobile_switch {
	text-align:center;
}

.search-form{float: right; padding-top: 40px;}
.search-form input{padding: 6px 5px 5px 5px;}
.searchForm {float: left;height: 28px;width: 210px;}
.searchForm-a {border: 0;background-color: #fff; color: #ababab; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search-button {border: none; width: 30px; height: 28px; cursor: pointer; text-indent: 11px; color: #757575;}

#language{float: right; padding: 8px 15px 0 15px;}
#skins-wrap {margin: 0px auto; width: 995px;}
.skins{float: right; padding: 10px 0;}

/* Sitedocs Menu */
ul#doc-menu{margin:0; padding:0; list-style-type:none; width: 993px; display:block; height:38px; font-size:12px;font-family:Helvetica,Arial,Verdana,sans-serif; border: 1px solid #d2d2d2;}
ul#doc-menu li{display:block; float:left; margin:0; padding:0;	border-right:1px solid #d2d2d2;}
ul#doc-menu li a{display:block; float:left; color:#929292; text-decoration:none; padding:0 15px; height:38px; line-height: 37px;}
ul#doc-menu li a:hover{color:#FFF;}
.home-icon{margin-top: 10px;}

#documents a {
	color: #686868;
}
#documents a:hover {
	background-color: #0A181D;
	border: 1px solid #FFF;
}

.left{float: left;}
.right{float: right;}

form.cookies-notify {
  	  	        padding: 10px;
  	  	        line-height:200%;
				background: url(../images/common/notify-bg.png) repeat-x;
  	  	        background-color: #FFF;
  	  	        color: #d87070;
				font-size: 11px;
  	  	}
form.cookies-notify .retry {
  	  	        color: #bd0000;
  	  	        font-weight: bold;
  	  	}
.notify-button {
  	      	background: url(../images/common/button_generic.png) repeat-x;
			border: 1px solid #d68282;
			cursor: pointer;
			padding: 4px;
			font-size: 11px;
			color: #6c6c6c;
}
/* Start Fix for Colorbox Edges */
#cboxTopLeft {
  	  	        background-position:-100px 0 !important;
		}
#cboxBottomLeft {
  	  	        background-position:-100px -29px !important;
  	  	}
#cboxBottomRight {
  	  	        background-position:-129px -29px !important;
  	  	}
#cboxTopRight {
  	  	        background-position: -129px 0 !important;
  	  	}
/* End Fix for Colorbox Edges */


/* Drop Down Basket */

.basket-box a{display:block;}
.price-total {float: right; }
.price-desc {float: left; }

#dropmenu {
	list-style:none;
	float: right;
	margin: 29px 0 0 30px;
	background: #fff;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
	font-size: 12px;
	
}

#dropmenu:hover{background: #f6f7f8; text-decoration: none;}

#dropmenu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
}

#dropmenu li:hover {

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#dropmenu li a {
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	outline:0;
	text-decoration:none;
}

.dropdown_1column 
{
	margin:0 auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	border: 1px solid #d2d2d2;
	padding:10px 5px 10px 5px;

	
	/* Gradient background */
	background:#fff;
	-moz-box-shadow: 0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
	
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {}

#dropmenu li:hover .dropdown_1column{
	left:-1px;
	top:auto;
}

.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 200px;
}


#dropmenu .menu_right {
	float:right;
	margin-right:0px;
}
#dropmenu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#dropmenu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#dropmenu p, #dropmenu h2, #dropmenu h3, #dropmenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;

}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#dropmenu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#dropmenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#dropmenu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;

}
#dropmenu li ul li:hover {
	background:none;
	padding:0;
	margin:0;
}

#dropmenu li .greybox li {
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#dropmenu li .greybox li:hover {
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Breadcrumb */
#breadcrumb {height: 29px; line-height: 28px; padding: 0px 10px;}
#breadcrumb ul {height: 29px;margin: 0px; padding: 0px; float: left;}
#breadcrumb li {font-size: 11px; background: url(../images/common/background_breadcrumb.png) top right no-repeat; float: left; height: 29px; line-height: 28px; list-style: none outside; margin: 0px; padding-right: 20px; text-indent: 10px;}
#breadcrumb li:last-child {background: none !important;}

.session{float: right; padding-left: 10px;}

.content-wrapper{border: 1px solid #d2d2d2; width: 993px;}

/* Sidebar */
.sidebar {margin: 20px 0 0 20px; float: left; width: 200px; padding: 0px;}

.share{padding: 10px;}

#sitedoc p {line-height: 1em; margin-top: 1em; }

#page_content {
margin: 20px 20px 0 0;
}
.title-bg{height: 35px; width: 707px;}
.sidebar-title, .sidebar-title-sale{height: 35px; width: 226px;}
.title-bg, .sidebar-title, .sidebar-title-sale{color: #fff; font-size: 13px; text-indent: 15px; line-height: 2.7em;}

.content-wrap{width: 705px; border: 1px solid #d2d2d2; background: #fff; float: right; margin-bottom: 20px;}
.content-wrap p {padding: 10px 10px 5px 10px;}
#lists li {list-style-type:none; margin:0; padding:5px 10px 5px 30px; background-image:url(../images/common/list.png); background-repeat:no-repeat; background-position:12px 8px; list-style-position:outside;}}

#announcement {
	margin-bottom: 10px;
	padding: 10px;
}

#announcement > h1 {
	margin-bottom: 15px;
}
#documents {
	background: #CCCCCC repeat-x;
	clear: both;
	font-size: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0px 5px;
	margin-top: 5px;
}
#documents a {
	color: inherit;
	padding: 4px 4px;
	text-decoration: underline;
}
#documents a:hover {
	padding: 4px 3px;
	-moz-border-radius: 3px;
}
#documents ul > li {
	display: inline-block;
}
#documents ul > li:after {
	padding-left: 2px;
	content: '|';
}
#documents ul > li:last-child:after {
	content: ' ';
}
#skin_selector {
	
	width: 100px !important;
}
#skin_selector input[type="submit"] {
	display: none !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

div.latest_product {
	float: left;
	margin: 5px 15px;
	height: 235px;
	padding: 0px;
	width: 157px;
	text-align: center;
}
div.latest_product p.image {
	border: 1px solid #D7D7D7;
	margin-bottom:5px;
	height: 138px;
	padding: 8px;
	text-align: center;
}
div.latest_product p.title {
	height: 28px;

}
div.latest_product p.price {
	font-weight: bold;
	text-align: right;
	clear: both;
}
div.latest_product p.actions {
	margin-top: 5px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 2px 3px;
	-moz-border-radius: 2px;
}

#navigation {width: 224px; 	background-color: #CACCCB;border-top: #d2d2d2 1px solid; border-right: #d2d2d2 1px solid; border-left: #d2d2d2 1px solid; border-bottom: #d2d2d2 1px solid; margin-bottom: 15px;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level {}
ul.top-level li {}

#navigation a {
 cursor: pointer;
 display:block;
color: #686868;
padding: 6px 15px 6px 15px;

background: url(../images/common/menu-sep.png) bottom no-repeat;
text-decoration:none;

}
#navigation a:hover{
text-decoration: none; color: #FFF; background: #353535;
}

#navigation li:hover {
 background: #353535;
 position: relative;
}

ul.sub-level {
    display: none;
}
li:hover .sub-level {
    background: #fff;
    border: 1px #d2d2d2 solid;
    display: block;
    position: absolute;
    left: 224px;
    top: 0;
	position: absolute;
	z-index:999;
	background: #fff url(../images/common/dropdown-bg.png) top left repeat-y;
}
ul.sub-level li {
    border: none;
    float:left;
    width:200px;
}

ul.sub-level ul.sub-level {
	display: none;
}






#sidebar-temp{min-height: 100px; margin-bottom: 15px; width: 226px; border-right: 1px solid #212121; border-left: 1px solid #212121; border-bottom: 1px solid #212121; border-top: 1px solid #212121;background: #fff;}
#sidebar-temp p, #basket-summary p {
	padding: 5px;
}

#sidebar-temp p.input {
	width: 180px;
	margin-left: 5px;
}

#sidebar-temp input.textbox {
	color: #777777;
	padding: 2px 5px;
	width: 170px !important;
}

#popular_products ol {
	list-style: decimal outside;
	margin-left: 30px;
}
#popular_products ol > li {
	background: url(../images/common/menu-sep.jpg) bottom no-repeat;
	padding: 7px 0;

}
li > p {
	display: inline;
}

#sale_products ul {
	list-style: square outside;
	margin-left: 25px;

}
#sale_products ul > li {
	background: url(../images/common/menu-sep.jpg) bottom no-repeat;
	padding: 7px 0px;
}
#sale_products ul li:hover, #popular_products ol > li:hover{background: #f6f6f6; padding-left: 3px;}
#sale_products .saving {
	color: #c86262;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}



#sale_products ul {
	list-style: none outside url(../images/common/bullet.png) !important;	
}

span.basket_price{}

.control {
	text-align: right;
	color: #4F4F4F;
	margin: 5px; 
	padding: 5px;

}
.control select{border: 1px solid #d2d2d2;}

.pagination {
	float: right;
	line-height: 22px;
	text-align: right;
}
.paginate {
	text-align: right;
}

.description{margin: 10px 10px 20px 10px; }

#category_image {
	text-align: center;
}

.subcategory{	
	float: left;
	height: 125px;
	text-align: center;
	vertical-align: top;
	width: 115px;
	padding-left: 10px;}

.category_product {
	float: left;
	width: 217px;
	height: 240px;
	border: 1px solid #d2d2d2;
	background: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
}

.category_product a.image {
	text-align: center;
	display: inline-block;
	width: 217px;
	height: 145px;
	padding-top: 3px;

}
.category_product div.details {
	background-repeat: repeat-x;
margin: 0px;
	padding: 2px;

}
.category_product:hover{border: 1px solid #b4b4b4;}
.category_product div.details p.price {
	color: #000;
	font-size: 18px;
	font-weight: bold;


}
.category_product div.details p.rating {
	text-align: center;
}
.category_product div.details p.rating-info {
	font-size: 10px;
	text-align: center;
}

.price-cat{float: left;}
.price-cat-1{float: left; font-size: 15px; font-weight: bold; padding-top: 7px;}
.button-cat{float: right;}
.rating-cat{ position: absolute; }

.buy_button  {
	padding: 7px 10px 0 0;
	float: right;
}

div.category_product p.description {
	padding-top: 10px;
}

#main{float: left;}

#gallery {
	width: 360px;
	height: 300px;
}

#gallery div.image {
	float: left;
	height: 270px;
	width: 270px;
}
#gallery_select {
	float: left;
	text-align: center;
	width: 60px;
}
#gallery_select > a {
	display: block;
	margin-bottom: 2px;
}

.addForm{float: right;}


#product_detail {
	float: right;
	min-height: 235px;
	padding: 10px;
	width: 200px;
	border: 1px solid #d2d2d2;
	margin: 10px 13px 0 0;
}
#product_detail .rating {
padding: 0 0 10px 10px;
border-bottom: 1px dashed #d2d2d2;
}
#product_detail p.rating-info {
	border-top: 1px dashed #d2d2d2;
	font-size: 10px;
}
#product_detail > .bulk_discount {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#product_detail input.textbox {
	width: 180px !important;
}
#product_detail select.textbox {
	width: 180px;
}
.options{padding-top: 5px; border-top: 1px dashed #d2d2d2;}
#product_detail > .options {}

#product_detail > .options div {padding: 5px 5px 0px 0px;}
#product_detail > .options div label.return+span {display: block;	margin-top: 3px;	text-align: right;}


.prod-sep{background:url(../slideshow/img/panel.jpg) repeat-x bottom; width: 220px; float: right; margin: 0 13px 0 0; height: 44px; border-right: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}
h2 > span.inline, #share_link {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;
	padding-top: 4px;
}

h2+p, h2+div {
	padding: 0px 5px;
}

.price_sale {
	color: #FF0000;
}
.price_previous {
	text-decoration: line-through;

}
.price_regular {
	text-decoration: none;
}

#product_description {
	padding: 0px 5px;
}

#product_description > p {
	margin-bottom: 5px;
}

/* Reviews */	
#rev_review{max-width: 705px;}

#reviews {
	padding: 0px;
}

#reviews .review {
	border-bottom: 1px solid #CDCDCD;
	margin: 10px 5px;	
}
.review{background: #f9f9f9; padding: 10px; border: 1px solid #d2d2d2;-moz-border-radius: 3px; border-radius: 3px;}

.review .content {
	font-style: italic;
	padding: 10px 10px 10px 0;
}
.review-title{font-size: 14px; font-weight: bold;}
p.author {
	padding-bottom: 5px;
}

#reviews .pagination_bottom {
	padding-bottom: 10px;
}

#review_read {
	margin: 0px 5px 10px;
}
#review_write {
	background-repeat: repeat-x;
	padding: 5px;
}
#review_write fieldset {
	padding: 0px;
}

#review_stars {
	float: right;
	margin-right: 5px;
}

#review_write form div, #product_share form div {
	margin-bottom: 5px;
}

form div > label.inline {
	display: inline-block;
	min-width: 120px;
	vertical-align: top;
}
form div > label.return {
	display: block;
}

#product_share {
	background-repeat: repeat-x;
	padding: 5px;
}
.basket_header {
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #CDCDCD;
	padding-right: 20px;
}
.basket_header > span {
	float: right;
	text-align: right;
	width: 75px;
}

.basket_product {
	min-height: 50px;
	padding: 10px;
	margin: 10px;
}
.basket_product > p {
	height: 18px;
	padding: 0px !important;
}
.basket_product .remove {
	float: left;
	height: 60px;
	margin: 10px 0 0 3px;
	width: 20px;
}
.basket_product .image {
	float: left;
	height: 60px;
	margin-right: 5px;	
	width: 50px;
}


#delivery_comments {
	width: 570px;
	height: 80px;
	border: 1px solid #9f9f9f;
	padding: 5px;
	max-width: 650px;
	max-height: 100px;
	font-family: arial, serif;
	font-size: 12px;
	color: #545454;
}

#delivery_comments:focus{border: 1px solid #000;}

span.price {
	float: right;
	text-align: right;
}

.basket_product span.price {
	font-weight: bold;
	width: 75px;
}

.subtotals {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.subtotals p {
	margin-bottom: 3px;
	padding: 0px 5px;
}
.subtotals span.price {
	font-weight: bold;
	width: 75px;
}

.align-left{float: left; padding: 10px;}
.align-right{float: right; padding: 10px;}

.shipping {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.shipping span.price {
	float: right;
	width: 75px;	
}

.discounts {
	min-height: 40px;
	float: right;
	padding: 10px;
}
.discounts .code_input {
	width: 300px;
}
.discounts span.price {
	color: #FF0000;
	font-weight: bold;
	width: 75px;
}
.total {
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px;
	text-align: right;
}
.total span.price {
	width: 75px;
}

.basket_actions {
	margin-bottom: 5px;
	padding: 10px;
}

.alternate_checkout {
	text-align: right;
	padding: 0px !important;
}

input.quantity {
	font-size: 12px;
	text-align: center;
	width: 30px !important;
	padding: 7px 2px;
}


.button-wrap{padding-left: 145px;}
.button_submit, .main #submit {
	background: url(../images/common/button_generic.png) repeat-x;
	border: 1px solid #d2d2d2;
	margin: 5px;
	cursor: pointer;
	padding: 10px;
	min-width: 90px;
	font-size: 12px;
	color: #6c6c6c;
}

.button_buy {
	background: url(../images/common/button_generic.png) repeat-x;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	padding: 6px 10px;
	height: 31px;
	font-size: 12px;
	color: #6c6c6c;
	font-family:Arial,Serif;
	max-width: 120px;
	border-radius: 2px;
}
.button_buy-update{
	margin-left: 10px;
	background: url(../images/common/button_generic.png) repeat-x;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	padding: 6px 10px;
	height: 31px;
	font-size: 12px;
	color: #6c6c6c;
	font-family:Arial,Serif;	
	}

.button_black {
	background: url(../images/common/button_generic.png) repeat-x;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	padding: 7px 10px;
	height: 15px;
	font-size: 12px;
	float: left;
	color: #6c6c6c;
	display: block;
	font-family:Arial,Serif;
	border-radius: 2px;
}
.button_black a{color: #6c6c6c;}
.button_black a:hover{text-decoration: none;}
.disabled{background: url(../images/common/required-bg.jpg) bottom repeat-x; margin-left: 15px;}

a.button_white, a.button_black {
	text-decoration: none;
	display:block;
}
.button_white {
	background: url(../images/common/button_white.png) no-repeat;
	border: none;
	color: #636363;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 93px;
	font-size: 11px;
	margin-left: 3px;
	padding-bottom: 3px; /* Only way for anchor button style links to match submit */
	border-radius: 2px;
}

.button_submit:hover, .button_buy:hover, .button_buy-update:hover {border: 1px solid #b3b3b3; -webkit-box-shadow: 0px 0px 4px rgba(183, 183, 183, 0.75);
-moz-box-shadow:    0px 0px 4px rgba(183, 183, 183, 0.75);
box-shadow:         0px 0px 4px rgba(183, 183, 183, 0.75);}
.button_black:hover {border: 1px solid #b3b3b3; text-decoration: none;  -webkit-box-shadow: 0px 0px 4px rgba(183, 183, 183, 0.75);
-moz-box-shadow:    0px 0px 4px rgba(183, 183, 183, 0.75);
box-shadow:         0px 0px 4px rgba(183, 183, 183, 0.75);}

.button_white.disabled {
	color: #999999;
}

a.button_submit {
	text-decoration: none;
}
.button_submit.right, input[type="submit"].right, input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.button_submit.left, input[type="submit"].left, input[type="reset"].left {
	float: left;
	margin-right: 5px;
}

.checkout-progress {
	color: #CDCDCD !important;
	width: 707px;
	height: 27px;

	float: right;
	margin-bottom: 5px;
}

.checkout-progress a {color: inherit !important;	text-decoration: none;}
.checkout-progress a:hover {text-decoration: none;}

.checkout-progress > span {
	display: inline-block;
	float: left;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	width: 145px;
	text-transform: uppercase;
	word-spacing:10px;
	font-weight: bold;

}

#gateways {
	margin: 0px auto;
	width: 300px;
	padding: 10px;
}
#gateways > p {
	border-bottom: 1px solid #CDCDCD;
	padding: 10px 5px;
}

#gateways > p > input {
	float: right;
}
.gateway-selected {
	background-color: #D1E6EF !important;
}

#recaptcha_widget {
	width: 420px;
	margin: 10px 0px 0px 150px;
}

.error {
	display: none;
	font-weight: bold;
	color: red;
}
.required-error {
	background: #fedee1 url(../images/common/required-bg.jpg) repeat-x;
	border: 1px solid #ff9b9b !important;
}


.input input{padding: 5px; border-radius: 2px;}
.input input:focus, input.quantity:focus {border: 1px solid #9f9f9f; -webkit-box-shadow: 0px 0px 4px rgba(183, 183, 183, 0.75);
-moz-box-shadow:    0px 0px 4px rgba(183, 183, 183, 0.75);
box-shadow:         0px 0px 4px rgba(183, 183, 183, 0.75);}
.input label{padding-top: 7px;}

.input select{padding: 5px; border: 1px solid #d8d8d8;}

.product-wrap{font-size: 12px; padding: 0 20px;}
.title-wrap{min-height: 30px; padding: 10px 20px 0 20px;}

.out-of-stock{height: 30px; margin-top: 7px; padding: 0 10px 0 40px; font-weight: bold; color: #696969;}

label {
	cursor: pointer;
	/*vertical-align: top;*/
}

fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 10px;
}
fieldset > legend {
	font-weight: bold;
}
fieldset div {
	margin: 5px 0px; 
}
fieldset div > label {
	vertical-align: top; 
	display: inline-block;
	width: 150px;
}
fieldset div span textarea {
	border: 1px solid #CDCDCD;
}
input[type="text"], input[type="password"] {
	width: 200px;
	border: 1px solid #CDCDCD;
}
.textbox{border: 1px solid #d2d2d2; padding: 5px; font-family: Arial; Font-size: 12px; width: 200px;}
.textbox:focus{border: 1px solid #9f9f9f;}
.textbox_medium {
	width: 100px !important;
}
.textbox_small {
	width: 50px !important;
}
#myaccount li {
	border-bottom: 1px solid #d2d2d2;
	list-style: none;
}
#myaccount a {display: block; padding: 8px 6px;}
#myaccount a:hover {text-decoration: none;}
.openid {
	height: 18px;
	line-height: 18px;
	padding: 2px 3px;
}

.list {
	padding: 5px;
}
.list > * {
	padding: 3px;
}
.list-odd {
	background-color: #f1f1f1;
}
.list-even {
	background-color: #f6f6f6;
}

.list-hover {
	background-color: #fff !important;
}

.select_register {
	margin-bottom: 10px;
}

optgroup > option {
	font-style: italic;
	text-indent: 10px;
}

textarea {
overflow:hidden;
}

.login-toggle {
	cursor: pointer;
}
#openid_identifier {
	background: url(../../../images/icons/openid.png) no-repeat;
	height: 15px;
	padding: 1px;
	text-indent: 17px;
	width: 250px;
}

#info  ul{list-style-type:none; margin:0; padding:5px 0 5px 20px; background-image:url(../images/common/info.png); background-repeat:no-repeat; background-position:3px 6px; list-style-position:outside;}
#prod-code  ul{list-style-type:none; margin:0; padding:5px 0 5px 20px; background-image:url(../images/common/prod-code.png); background-repeat:no-repeat; background-position:3px 6px; list-style-position:outside;}
#bulk  ul{list-style-type:none; margin:0; padding:5px 0 20px 20px; background-image:url(../images/common/bulk.png); background-repeat:no-repeat; background-position:3px 5px; list-style-position:outside;}
#stock-level  ul{list-style-type:none; margin:0; padding:5px 0 5px 20px; background-image:url(../images/common/stock-level.png); background-repeat:no-repeat; background-position:3px 6px; list-style-position:outside;}

/*
tbody > tr {
	height: 50px;
}
tbody > tr > td {
	padding: 2px 3px;
}
*/
#gui_message {
	margin-bottom: 10px;
	float:right;
	width: 707px;
}
#gui_message ul {
	list-style: disc inside none;
}
#gui_message .gui_message-error {
	border: 1px solid #FF0000;
	color: #393939;
	cursor: hand;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px 6px 50px;
	background: #ffe4e4 url(../images/common/alert.png) 8px 10px no-repeat;
}
#gui_message .gui_message-error  ul{list-style-type:none; margin:0; padding:5px 0 5px 20px; background-image:url(../images/common/list.png); background-repeat:no-repeat; background-position:3px 9px; list-style-position:outside;}
#gui_message .gui_message-notice {
	border: 1px solid #00FF00;
	color: #393939;
	cursor: pointer;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 13px 6px 13px 50px;
	background: #CDFFDF url(../images/common/ok.png) 8px 5px no-repeat;
}

span.actions {
	float: right;
	text-align: right;
}

#receipt > .address > p:first-child {
	float: left;
	width: 275px;
}

.hover_zoom {
	font-weight: bold;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	display: none;
}

.dl_unavailable {
	font-weight: bold;
	height: 25px;
	line-height: 16px;
}


/* Tabs */

ul.tabs {
	margin-top: 20px;
	padding: 0;

	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #dedede;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #dedede;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../slideshow/img/panel.jpg) repeat-x;
}
ul.tabs li a {
	text-decoration: none;
	color: #3f3f3f;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: url(../images/common/tab-bg-hover.png) repeat-x;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	
}
.tab_cont {
	padding: 20px;
	font-size: 12px;
}

.tab_cont li{list-style-type: none; margin: 0; padding: 5px 0 5px 20px; background-image:url(../images/common/list.png); background-repeat: no-repeat; background-position: 3px 9px; list-style-position: outside;}
.tab_cont img{padding: 8px;}
.tab_cont  h3{padding-bottom: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.copyright{text-align: center; padding: 10px 5px 10px 20px; margin: 0px auto; width: 995px;}
.copyright a {color: #969696; text-decoration: none;}