* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img {
	border: none;
}
font { 

}
body {
	font: 12px arial;
	background: url(../img/bg.gif) repeat;
}
a {
	color: #007DCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#main {
	width: 1000px;
	margin: 0 auto;
}
#top {
	width: 942px;
	height: 150px;
	background: url(../img/top_bg.gif) no-repeat;
	padding: 45px 29px 0 29px;
	float: left;
}
#top #logo {
	width: 289px;
	padding: 10px 0 0 35px;
	float: left;
}
#top #nav {
	list-style: none;
	padding: 0 0 25px 0;
	float: right;
}
#top #nav li {
	height: 17px;
	border-left: 1px solid #C0C0C0;
	padding: 2px 10px 0 10px;
	float: left;
}
#top #nav li a {
	color: #857F7F;
	font-size: 11px;
	text-decoration: none;
	float: left;
}
#top #nav li img {
	margin: 1px 4px 0 4px;
	float: left;
}
#top #cart {
	width: 120px;
	height: 36px;
	background: url(../img/cart_bg.gif) no-repeat;
	padding: 10px 0 0 60px;
	clear: right;
	float: right;
}
#top #cart span {
	color: #045DAD;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}
#container {
	width: 943px;
	background: url(../img/container_bg.gif) repeat-y;
	padding: 0 29px 0 28px;
	float: left;
}
#menu {
	width: 944px;
	height: 29px;
	margin: -35px 0 0 -1px;
	position: relative;
	float: left;
}
#menu td {
	padding: 0 0 0 1px;
}
#menu td a {
	width: 100%;
	height: 29px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../img/menu_bg.gif) repeat-x;
	padding: 13px 0 0 0;
	float: left;
}
#menu td a:hover, #menu td a.act {
	background: url(../img/menu_bg.gif) repeat-x 0 -42px;
}
#header {
	width: 943px;
	height: 156px;
	padding: 5px 0 15px 0;
	float: left;
}
#header div {
	width: 35px;
	height: 140px;
	background: #201F24;
	float: left;
}
#header div a {
	width: 17px;
	height: 15px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #201F24;
	padding: 2px 0 0 0;
	margin: 5px 0 0 8px;
	float: left;
}
#header div a.act, #header div a:hover {
	font-weight: bold;
	background: url(../img/header_link_bg.gif) repeat-x;
	border: 1px solid #DDD;
}
#header div a.play {
	height: 17px;
	border: 1px solid #DDD;
	padding: 0;
}
#txt_box {
	width: 460px;
	padding: 0 0 12px 0;
	float: left;
}
#txt_box h1, #inside h1 {
	color: #11559F;
	font: normal 18px arial;
	padding: 0 0 15px 0;
	display: block;
}
p {
	color: #636363;
	line-height: 1.5;
	padding: 0 0 12px 0;
	display: block;
}
p a {
	color: #0059AB;
}
#tabs {
	overflow: hidden;
	float: right;
	margin-top: 8px;
}

#tabs .title {
	width: 199px;
	height: 24px;
	background:url("../img/h3_bg.gif") repeat-x scroll right 0 transparent;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	color: #045DAD;
	font-weight: bold;
	list-style: none;
	cursor: pointer;	
	padding: 10px 15px 0 15px;
	float: left;
}
#tabs #pages li.active {
	background: #ECECEC;
	border-bottom: 0;
}
#tabs #pages li.sep {
	width: 1px;
	height: 34px;
	background: #DDD;
	padding: 0;
	float: left;
}
#tabs .panel {
	width: 419px;
	padding: 0 20px 0 20px;
	position: relative;
	clear: both;
	border: 1px solid #DDD;
	height: 248px;
}
#tabs .panel.active {
	display: block;
}
#tabs .panel .img {
	width: 185px;
	height: 110px;
	padding: 0 8px 0 0;
	overflow: hidden;
	float: left;
}
#tabs .panel .right_to_img {
	float: left;
	width: 225px;
}

h3 {
	border-bottom: 1px solid #DDD;
	float: left;
}
#index h3 {
	width: 943px;
}
#inside #sidebar h3 {
	width: 220px;
	margin: 0 0 12px 0;
}
#inside #content h3 {
	width: 700px;
	margin: 0 0 12px 0;
}
h3 span {
	min-width: 186px;
	height: 24px;
	font: bold 12px arial;
	background: url(../img/h3_bg.gif) repeat-x right 0;
	border: 1px solid #DDD;
	padding: 10px 15px 0 17px;
	margin: 0 0 -1px 0;
	float: left;
}
h3 span.blue {
	color: #0059AB;
}
h3 span.black {
	color: #000;
}
#product_container {
	padding: 0 0 23px 0;
	margin: 0 0 0 -23px;
	display: inline;
	float: left;
}
#index #product_container {
	width: 965px;
}
#inside #product_container {
	width: 723px;
}
#index .product_box {
	width: 266px;
	height: 162px;
	border: 1px solid #DDD;
	padding: 10px 15px 0 15px;
	margin: 23px 0 0 23px;
	display: inline;
	float: left;
}
#inside .product_box {
	width: 186px;
	height: 210px;
	border: 1px solid #DDD;
	padding: 12px 15px 0 15px;
	margin: 10px 0 0 23px;
	display: inline;
	float: left;
}
#inside .category_box {
	width: 186px;
	height: 160px;
	border: 1px solid #DDD;
	padding: 12px 15px 0 15px;
	margin: 10px 0 0 23px;
	display: inline;
	float: left;
}
h2 {
	font-size: 12px;
	display: block;
}
#index .product_box h2, #content #product_desc .big_foto h2 {
	padding: 0 0 20px 0;
}

#inside .product_box h2, #inside .category_box h2 {
	width: 186px;
	height: 30px;
	padding: 0 0 10px 0;
	overflow: hidden;
	float: left;
}
#inside .category_box h2 {
	clear: both;
	text-align: center;	
}
#inside .product_box h2 a, #inside .category_box h2 a {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
#inside .product_box h2 a:hover, #inside .category_box h2 a:hover {
	text-decoration: underline;
}

#tabs .panel h2 {
	padding: 20px 0;
}
#index .product_box .img {
	width: 150px;
	height: 115px;
	padding: 0 10px 0 0;
	overflow: hidden;
	float: left;
}
#inside .product_box .img, #inside .category_box .img {
	width: 186px;
	height: 115px;
	text-align: center;
	padding: 0 0 10px 0;
	overflow: hidden;
	float: left;
}
.product_box big, #tabs .panel big, #content .info_table big, #content #product_desc .desc big {
	color: #0059AB;
	font: bold 14px arial;
	padding: 0 0 3px 0;
	display: block;
}
#tabs .panel big {
	margin: 0 15px 0 0;
	float: left;
}
#index .product_box del, #tabs .panel del, #inside .product_box del, #content .info_table del, #content #product_desc .desc del {
	color: #5D5B5B;
	font-size: 12px;
	padding: 0 0 10px 0;
	display: block;
}
#inside .product_box del, #content .info_table del, #content #product_desc .desc del {
	clear: left;
	float: left;
}
#content .info_table del {
	padding: 0;
}
#sidebar {
	width: 220px;
	padding: 15px 0;
	float: left;
}
#sidebar #submenu, #sidebar #partner {
	width: 220px;
	list-style: none;
	padding: 0 0 18px 0;
	float: left;
}
#sidebar #submenu li {
	width: 220px;
	margin: 6px 0 0 0;
	float: left;
}
#sidebar #submenu li a {
	width: 220px;
	color: #007DCC;
	text-decoration: none;
	background: url(../img/submenu_icons.gif) no-repeat 1px 5px;
	padding: 0 0 0 14px;
	float: left;
}
#sidebar #submenu li a.act, #sidebar #submenu li a:hover {
	color: #000;
	background: url(../img/submenu_icons.gif) no-repeat 1px -19px;
}
#sidebar #submenu li ul {
	width: 220px;
	list-style: none;
	float: left;
}
#sidebar #submenu li ul li a {
	background: url(../img/submenu_icons.gif) no-repeat 12px -41px;
	padding: 0 0 0 24px;
}
#sidebar #submenu li ul li a.act, #sidebar #submenu li ul li a:hover {
	background: url(../img/submenu_icons.gif) no-repeat 12px -65px;
}
#sidebar #partner li {
	width: 210px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;

}
#sidebar #partner * {
	vertical-align: middle;
}
#sidebar #partner span {
	height: 100%;
	display: -moz-inline-box;
	display: inline-block;
}
#content {
	width: 703px;
	padding: 15px 0;
	margin: 0 -3px 0 0;
	display: inline;
	float: right;
	color: #636363;
}
#content ul, #content ol {
	padding: 0 0 0 40px;
}
#content #path {
	width: 700px;
	padding: 0 0 12px 0;
	float: left;
}
#content #path a.back {
	color: #000;
	margin: 0 15px 0 0;
	float: left;
}

#content #path span {
	color: #857F7F;
	font-size: 11px;
	float: left;
}
#content #path span a {
	color: #857F7F;
	text-decoration: underline;
	margin: 0 2px;
}

#content #product_desc {
	width: 668px;
	border: 1px solid #DDD;
	padding: 15px 15px 10px 15px;
	margin: 0 0 20px 0;
	float: left;
}
#content #product_desc .big_foto {
	width: 280px;
	float: left;
}
#content #product_desc .desc {
	width: 330px;
	color: #5D5B5B;
	float: right;
}
#content #product_desc .desc .row {
	width: 325px;
	padding: 0 0 12px 0;
	float: left;
}
#content #product_desc .desc .in_store {
	height: 18px;
	background: url(../img/product_desc_icons.gif) no-repeat 0 0;
	padding: 1px 0 0 25px;
	float: left;
}
#content #product_desc .desc .vote {
	height: 18px;
	background: url(../img/product_desc_icons.gif) no-repeat 0 -38px;
	padding: 1px 0 0 25px;
	float: left;
}
#content #product_desc .desc a.question {
	height: 18px;
	color: #5D5B5B;
	text-decoration: none;
	background: url(../img/product_desc_icons.gif) no-repeat 0 -76px;
	padding: 1px 0 0 25px;
	float: left;
}
.rating {
	width: 66px;
	height: 11px;
	list-style: none;
	background: url(../img/rating_stars.gif) no-repeat 0 0;
	position: relative;
	margin: 3px 0 0 6px;
	float: left;
}
.stars_0 {
	background-position: 0 0;
}
.stars_1 {
	background-position: 0 -11px;
}
.stars_2 {
	background-position: 0 -22px;
}
.stars_3 {
	background-position: 0 -33px;
}
.stars_4 {
	background-position: 0 -44px;
}
.stars_5 {
	background-position: 0 -55px;
}
ul.rating li {
	text-indent: -9999px;
	float: left;
}
ul.rating li a {
	width: 14px;
	height: 11px;
	position: absolute;
	top: 0;
	z-index: 2;
}
ul.rating li.one a {
	left: 0
}
ul.rating li.two a {
	left: 14px;
}
ul.rating li.three a {
	left: 28px;
}
ul.rating li.four a {
	left: 42px;
}
ul.rating li.five a {
	left: 56px;
}
ul.rating li a:hover {
	width: 66px;
	background: url(../img/rating_stars.gif) no-repeat 0 0;
	overflow: hidden;
	left: 0;
	z-index: 1;
}
ul.rating li.one a:hover {
	background-position: 0 -11px;
}
ul.rating li.two a:hover {
	background-position: 0 -22px;
}
ul.rating li.three a:hover {
	background-position: 0 -33px;
}
ul.rating li.four a:hover {
	background-position: 0 -44px;
}
ul.rating li.five a:hover {
	background-position: 0 -55px;
}
#content #product_desc .desc label {
	font-weight: bold;
	padding: 2px 10px 0 0;
	float: left;
}
#content #product_desc .desc .select select {
	width: 100px;
	font: 12px arial;
	border: 1px solid #DDD;
	float: left;
}
.select .ddn {
	width: 69px;
	height: 17px;
	color: #000;
	cursor: pointer;
	background: url(../img/select_bg.gif) no-repeat;
	padding: 2px 20px 0 8px;
	overflow: hidden;
}
.select .ddn-container {
	width: 95px;
	color: #000;
	background: #fff;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: absolute;
	z-index: 1;
}
.select .ddn-item {
	cursor: pointer;
	padding: 2px 8px;
	display: block;
}
.ddn-item-hover {
	color: #FFF;
	background: #015583;
}
#content .info_table {
	width: 700px;
	margin: 0 0 20px 0;
	clear: left;
}
#content .info_table td {
	padding: 10px 15px;
}
#content .info_table .border td {
	border-bottom: 1px solid #DDD;
}
#content #price_informer {
	width: 668px;
	border: 1px solid #DDD;
	padding: 15px;
	margin: -13px 0 20px 0;
	float: left;
}
#content #price_informer img {
	border: 1px solid #DDD;
	float: left;
}
#content .info_table .input, #content #product_desc .desc .input, #content #price_informer .input {
	height: 16px;
	color: #5D5B5B;
	font: 12px arial;
	border: 1px solid #DDD;
	padding: 1px 5px 0 5px;
	margin: 0 0 0 20px;
	float: left;
}
#content .info_table .input, #content #product_desc .desc .input {
	width: 35px;
	text-align: center;
	margin: 0;
}
#content #product_desc .desc .input {
	margin: 0 10px 0 0;
}
#content #price_informer .input {
	width: 125px;
}
#footer {
	width: 942px;
	height: 195px;
	color: #DFDFDF;
	background: url(../img/footer_bg.png) no-repeat;
	padding: 44px 29px 0 29px;
	float: left;
}
#footer .footer_box {
	width: 100px;
	padding: 0 20px;
	float: left;
}
#footer .footer_box.news {
	width: 350px;
	padding: 0 20px;
	float: left;
}
#footer .footer_box strong {
	padding: 0 0 10px 0;
	display: block;
}
#footer .footer_box strong a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer_box strong a:hover {
	text-decoration: underline;
}
#footer .footer_box ul {
	width: 195px;
	list-style: none;
	float: left;
}

#footer .footer_box.news ul {
	width: 350px;
	list-style: none;
	float: left;
}
#footer .footer_box.news ul li {
	width: 350px;
}
#footer .footer_box ul li {
	width: 195px;
	padding: 4px 0 0 0;
	float: left;
}
#footer .footer_box ul li a {
	color: #DFDFDF;
	font-size: 11px;
	text-decoration: none;
	background: url(../img/footer_list_item.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	display: block;
}
#footer .footer_box ul li a:hover {
	text-decoration: underline;
	background: url(../img/footer_list_item.gif) no-repeat 0 -16px;
}
#footer .footer_box .input {
	width: 180px;
	font: 11px arial;
	border: 1px solid #DADBDC;
	padding: 4px 5px;
	margin: 4px 0 14px 0;
	float: left;
}
.submit_1 {
	width: 87px;
	height: 24px;
	color: #FFF;
	font: 12px arial;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	background: url(../img/submit_1.gif) no-repeat;
	border: none;
	float: left;
}
html>/**/body .submit_1, x:-moz-any-link {
 padding: 0 0 3px 0;
}
#inside .product_box .submit_1, #content #price_informer .submit_1, #content #product_desc .desc .submit_1, #content .info_table .submit_1 {
	float: right;
}
#header a.img, .select {
	float: left;
}
.submit_1:hover, p a:hover, #content #path a:hover.back {
	text-decoration: none;
}
#top #nav li a:hover, #content #path span a:hover {
	text-decoration: underline;
}

.submit_general {
	height: 24px;
	color: #FFF;
	font: 12px arial;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 15px;
	background-color: #3C93CE;
	border: 2px solid #0A6BAD;
}

.locator {
	margin:0 0 12px;
	width:700px;
	float: right;
	text-align: right;
}
.locator a, #content .info_table a {
	color: #007DCC;
	text-decoration: none;
}
.locator a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .info_table a:hover {
	text-decoration: underline;
}
#inside #content div.boxhead {
	border-bottom: 1px solid #DDDDDD;
	float: left;
	margin: 0 0 12px;
	width:700px;
}

#inside #content div.boxhead h1 {
	-x-system-font:none;
	background:transparent url(../img/h3_bg.gif) repeat-x scroll right 0;
	border:1px solid #DDDDDD;
	float:left;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:normal;
	margin:0 0 -1px;
	min-width:186px;
	padding:10px 15px 0 17px;
}

#inside div.errorbox {
	border: 1px solid #C82026;
	clear: both;
	margin: 10px 0 15px 0;
	padding: 5px;
	width:690px;
}
#inside div.errorbox p {
	margin: 0;
	padding: 0;
}
 
strong.boxhead {
	float: left;
	margin: 0 0 12px 0;
	-x-system-font:none;
	background:transparent url(../img/h3_bg.gif) repeat-x scroll right 0;
	border:1px solid #DDDDDD;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:normal;
	min-width:186px;
	padding:10px 15px 0 17px;
}
div.box {
	clear: both;
	color:#636363;
	display:block;
	line-height:1.5;
	padding:0 0 12px;	
	width: 700px;
}

.partner1{
	color: #fff;
	font-size: 11px;
	width: 250px;
	float: left;
	margin: 25px 0 0 0;
}

.partner1 a{
	color: #fff;
}

.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 40px;
	margin-top: -30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	background:url("../img/menu_bg.gif") repeat-x scroll 0 0 transparent;
	color:#FFFFFF;
	padding: 14px 0px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	display: inline-block;
	text-align: center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(../img/menu_bg.gif) repeat-x 0 -42px;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #ccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	background: #5590c7;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
	padding: 2px 0;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #95badc;
}