body{
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	background:#f3f3f3 url(/public/assets/images/body-bg.gif) repeat-x;
}
img{border-style:none;}
a{
	color:#339900;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
form, fieldset{
	padding:0;
	margin:0;
	border:none;
}
#page{
	width:968px;
	margin:0 auto;
	padding:134px 0 0;
	position:relative;
}
#site-header{
	width:100%;
	height:134px;
	position:absolute;
	top:0;
	left:0;
	background:url(/public/assets/images/header-bg.gif) no-repeat 100% 0;
}
.logo{
	background:url(/public/assets/images/logo.gif) no-repeat;
	width:163px;
	height:82px;
	text-indent:-999em;
	overflow:hidden;
	float:left;
	margin:21px 0 0 12px;
	display:inline;
}
.logo a{
	height:100%;
	display:block;
}
.site-header{
	width:793px;
	float:right;
}
.top-menu{
	width:100%;
	overflow:hidden;
	padding:6px 0 26px;
	height:16px;
}
.top-menu ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.top-menu ul li{
	float:left;
	border-right:1px solid #cecece;
	margin:0 -1px 0 1px;
	color:#808080;
	padding:0 10px;
	overflow:hidden;
}
.top-menu ul li a{
	color:#0f7ecd;
	text-decoration:none;
	background:url(/public/assets/images/cart-icon.gif) no-repeat 0 50%;
	padding-left:20px;
	float:left;
}
.top-menu ul li a:hover{text-decoration:underline;}
.top-menu ul ul{
	float:none;
}
.top-menu ul ul li{
	border:none;
	padding:0 10px 0 0;
}
.top-menu ul ul li a{
	color:#808080;
	background:url(/public/assets/images/top-menu-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	float:none;
}
.checkout{
	float:left;
	background:url(/public/assets/images/checkout.gif) no-repeat;
	width:56px;
	height:16px;
	text-indent:-999em;
	overflow:hidden;
	margin-left:6px;
}
.checkout a{
	background:none !important;
	padding:0;
	float:none;
	display:block;
	width:56px;
	height:100%;
}
.navigation{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	height:15px;
	overflow:hidden;
}
.navigation li{
	display:inline;
	font-size:12px;
	border-left:1px solid #cacaca;
	padding:0 20px;
}
.navigation li:first-child { 
	border-left: none; 
	padding-left: 0; 
} 
.navigation li a{
	color:#3e4145;
	text-decoration:none;
}
.navigation li a:hover, .navigation li a.active{color:#3e9f09;}
.search-holder{
	width:258px;
	padding:20px 0 0 535px;
	position:relative;
}
.search-holder ul{
	list-style:none;
	margin:0 0 -4px;
	padding:0;
	width:100%;
	overflow:hidden;
	height:24px;
	position:relative;
	z-index:5;
}
.search-holder ul li{
	float:left;
	font-size:10px;
	line-height:20px;
	height:24px;
}
.search-holder ul li a{
	color:#808080;
	float:left;
	text-decoration:none;
	height:24px;
}
.search-holder ul li a span{float:left;}
.search-holder ul li a em{
	float:left;
	height:24px;
	padding:0 8px;
	font-style:normal;
	cursor:pointer;
}
.search-holder ul li a:hover, .search-holder ul li a.active{
	background:url(/public/assets/images/search-bar-left.gif) no-repeat;
	color:#fff;
}
.search-holder ul li a:hover span, .search-holder ul li a.active span{background:url(/public/assets/images/search-bar-right.gif) no-repeat 100% 0;}
.search-holder ul li a:hover em, .search-holder ul li a.active em{background:url(/public/assets/images/search-bar-arrow.gif) no-repeat 30% 100%;}
.search-box{
	background:#808080;
	height:20px;
	width:258px;
	overflow:hidden;
	padding:5px 0;
	position:absolute;
	top:40px;
	right:0;
}
.search-box label{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding:0 6px 0 8px;
}
.search-box input{
	width:135px;
	float:left;
	padding:2px 0 2px 5px;
	border:solid #666;
	border-width:1px 0 1px 1px;
	font:11px Arial, Helvetica, sans-serif;
}
.search-box input.search-btn{
	width:31px;
	padding:0;
	border:none;
	margin-top:1px;
}
.applications{
	background:#ebebeb;
	border-bottom:3px solid #339800;
	padding:0 7px 16px;
	width:244px;
	position:absolute;
	top:40px;
	right:0;
}
.applications-box{
	background:#808080;
	padding:12px 15px 13px 22px;
}
.applications-box select{
	width:160px;
	display:block;
	color:#3b3e42;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.applications-box span{
	display:block;
	width:100%;
	overflow:hidden;
}
.applications-box span input{float:right;}
#main{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding-bottom:65px;
}
.sidebar{
	width:212px;
	float:left;
}
.content{
	width:737px;
	float:left;
	padding-left:8px;
}
.sidebar h2{
	margin:0;
	background:#339800;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	padding-left:10px;
}
.left-nav{
	list-style:none;
	margin:0 0 27px;
	padding:5px 0 0;
	background:#f0f9ec;
	width:100%;
	min-height:480px;
}
* html .left-nav{height:480px;}
.left-nav li{
	border-top:1px solid #fff;
	padding:8px 0 8px 10px;
}
.left-nav li:first-child { 
	border-top: none; 
} 
.left-nav li a{
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	line-height:18px;
}
.left-nav li ul{
	list-style:none;
	margin:0;
	padding:0;
}
.left-nav li li{
	border:none;
	padding:0 0 0 7px;
}
.left-nav li li a{
	font-weight:normal;
	padding-left:9px;
}
.left-nav li a:hover, .left-nav li a.active{color:#45b40a;}
.left-nav li li a:hover, .left-nav li li a.active{
	background:url(/public/assets/images/left-nav-arrow.gif) no-repeat 0 5px;
	font-weight:bold;
}
.left-nav h3{
	margin:4px 0 4px;
	font-size:11px;
	font-weight:bold;
	color:#222;
}
.left-nav p{margin:0 !important;}
.icons{
	list-style:none;
	margin:0;
	padding:0 20px 6px 20px;
	width:172px;
	overflow:hidden;
}
.icons li{
	float:left;
	margin:0 4px 0 0;
}
.feature{
	background:url(/public/assets/images/content-block-bg.jpg) repeat-y;
	margin-bottom:23px;
}
.feature .block-holder{background:url(/public/assets/images/content-block-top.jpg) repeat-x;}
.block-holder{
	width:100%;
	overflow:hidden;
}
.block-holder.download{
	border-top:5px solid #ebebeb;
	padding-top:14px;
}
.block-content{
	width:483px;
	float:left;
}
.download .block-content{
	padding-right:20px;
	width:463px;
}
.block-column{
	float:right;
	width:237px;
}
.block-content h3{
	margin:0 0 10px;
	font-size:15px;
	font-weight:bold;
	color:#339900;
}
.block-content p{
	margin:0 0 10px;
	font-size:11px;
	color:#2f2f2f;
	line-height:16px;
}
.block-content a{font-size:10px;}
.block-column h3{
	margin:0 0 12px;
	font-size:14px;
	color:#222;
	font-weight:normal;
	vertical-align:bottom;
}
.block-column h3 img{vertical-align:bottom;}
.download-list{
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
}
.feature-block{
	width:100%;
	overflow:hidden;
	background:url(/public/assets/images/featured-bg.gif) repeat-x 0 100%;
	border-bottom:4px solid #d2d2d2;
	margin-bottom:14px;
}
.feature-block img{float:left;}
.feature-column{
	width:250px;
	float:right;
	margin-left:-16px;
	padding:45px 0 0;
}
.feature-column h2{
	margin:0 0 12px;
	font-size:21px !important;
	font-weight:bold;
	color:#390 !important;
	padding:0 !important;
}
.feature-column h3{
	margin:0 0 8px;
	font-size:13px;
	font-weight:bold;
	color:#2f2f2f;
}
.feature-column p{
	margin:0;
	font-size:11px;
	font-weight:normal;
	color:#2f2f2f;
	line-height:16px;
}
.price{padding:23px 0 20px 85px;}
.price p{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#690201;
	margin:0 0 11px;
}
.price a{
	background:url(/public/assets/images/buy-now-btn.gif) no-repeat;
	width:85px;
	height:20px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	margin-left:30px;
}
.items-block-holder{
	width:100%;
	overflow:hidden;
	background:url(/public/assets/images/items-bg.jpg) repeat-y;
}
.items-block{
	float:left;
	width:115px;
	padding:0 5px;
}
.items-block.last{width:97px;}
.image-item{
	height:95px;
	overflow:hidden;
	text-align:center;
	padding-top:5px;
}
.item-name{
	height:48px;
	overflow:hidden;
}
.item-name h3{
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#390;
	line-height:14px;
}
.item-name h3 a{
	font-size:11px;
	font-weight:bold;
	color:#390;
}
.items-block p, .sale-text p{
	margin:0 0 5px;
	font-size:11px;
	color:#2f2f2f;
	line-height:16px;
}
.items-block p strong, .sale-text p strong{
	display:block;
	color:#690201;
}
.sale-box{padding:14px 0 0 3px;}
.sale-top{
	width:100%;
	overflow:hidden;
}
.sale-top a{
	float:right;
	font-size:10px;
	padding-top:10px;
}
.sale-top img{margin-left:10px;}
.sale-list{
	list-style:none;
	margin:0;
	padding:6px 0 10px;
}
.left-nav .sale-list{width:200px;}
.sale-list li{
	border-bottom:1px solid #e1e1e1;
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	margin:0 0 10px -4px !important;
	background:#fff;
	position:relative;
}
.left-nav .sale-list li{padding:5px 0;}
.left-nav .sale-list li img{margin-left:7px;}
.sale-list li img{float:left;}
.sale-text{
	float:right;
	width:120px;
	padding-top:5px;
}
.left-nav .sale-text{width:105px;}
.sale-text h4{
	margin:0;
	font-size:11px;
	color:#390;
}
.sale-text h4 a{
	text-decoration:none;
	color:#390;
	font-weight:bold !important;
	background:none !important;
	padding:0 !important;
}
.sale-text h4 a:hover{
	text-decoration:underline;
	color:#390;
}
.sale-box p{
	margin:0 0 17px;
	font-size:11px;
	line-height:16px;
}
.banner{
	display:block;
	margin-bottom:15px;
}
.feature h2{
	margin:0 0 10px;
	font-size:15px;
	font-weight:bold;
	color:#2f2f2f;
	padding:13px 0 0 5px;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 10px;
	padding:10px 0 5px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #eee;
	font-size:10px;
}
.breadcrumbs li{
	float:left;
	color:#6f6e6e;
	padding-left:7px;
}
.breadcrumbs li a{
	color:#6f6e6e;
	padding-right:6px;
	background:url(/public/assets/images/breadcrumbs-separator.gif) no-repeat 100% 50%;
}
.weighing-box{
	padding:13px 0 0 5px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
.weighing-box.product{
	padding:0 0 0 10px;
	width:730px;
	overflow:hidden;
	border:none;
}
.weighing-box.product.top .main-product{padding-top:16px;}
.weighing-box h2{
	margin:0 0 3px;
	font-size:25px;
	color:#2f2f2f;
	font-weight:normal;
}
.weighing-box h3{
	margin:0 0 5px;
	font-size:13px;
	color:#2f2f2f;
	font-weight:bold;
	line-height:20px;
}
.weighing-box p{
	margin:0 0 20px;
	font-size:13px;
	color:#2f2f2f;
	font-weight:normal;
	line-height:20px;
}
.weighing-list{
	width:100%;
	overflow:hidden;
	padding-bottom:23px;
}
.weighing-list ul{
	list-style:none;
	margin:0;
	padding:0 55px 0 0;
	float:left;
}
.weighing-list ul li a{
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	padding-right:16px;
	background:url(/public/assets/images/weighing-list-arrows.gif) no-repeat 100% 5px;
}
.sale-top h4{
	font-size:12px;
	font-weight:bold;
	margin:0;
	color:#2f2f2f;
	line-height:16px;
	float:left;
}
.sale-top h4 span{color:#690201;}
.clearance{
	list-style:none;
	margin:0;
	padding:8px 0 0;
}
.clearance li{margin-bottom:14px;}
.clearance h4{
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#390;
	line-height:14px;
}
.clearance h4 a{
	text-decoration:none;
	color:#390;
}
.clearance h4 a:hover{text-decoration:underline;}
.clearance p{
	margin:0;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:14px;
}
.clearance span{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#690201;
	line-height:14px;
}
.back{
	width:100%;
	overflow:hidden;
	text-align:right;
	width:730px;
}
.back a{
	font-size:11px;
	font-weight:bold;
}
.main-product{
	float:left;
	width:270px;
	padding:16px 0 0;
}
.main-product-text{
	width:410px;
	float:left;
	padding:10px 20px 25px 24px;
}
.main-product-text h3{
	font-size:14px;
	font-weight:normal;
	margin-bottom:11px;
}
.main-product-text p{
	font-size:11px;
	line-height:16px;
}
.view-holder{
	width:100%;
	overflow:hidden;
	padding-top:19px;
}
.view-holder img{float:left;}
.view-btn{
	background:url(/public/assets/images/view-btn.gif) no-repeat;
	width:71px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	float:right;
}
.add-form{
	width:260px;
	border-bottom:1px solid #eee;
	overflow:hidden;
	padding-bottom:17px;
	margin-bottom:5px;
}
.add-form label{
	font-size:12px;
	font-weight:bold;
	color:#333;
	float:left;
	padding-right:7px;
	line-height:20px;
}
.add-form input{
	width:47px;
	float:left;
	border:1px solid #7f9db9;
	padding:3px;
	font:11px Arial, Helvetica, sans-serif;
}
.add-form input.add-btn{
	width:78px;
	padding:0;
	border:none;
	margin:1px 0 0 33px;
	display:inline;
}
.main-product-text span{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#690201;
}
.tabs{
	list-style:none;
	margin:0 0 13px;
	padding:10px 0 0;
	width:730px;
	overflow:hidden;
	background:url(/public/assets/images/point.gif) repeat-x 0 100%;
}
.tabs li{
	float:left;
	margin-left:5px;
}
.tabs li a{
	font-size:13px;
	font-weight:bold;
	color:#666;
	float:left;
	line-height:25px;
	border:solid #d8d6d9;
	border-width:1px 1px 0;
	padding:0 25px;
}
.tabs li a:hover, .tabs li a.active{
	text-decoration:none;
	background:#fff;
}
.pdf{
	float:right;
}
.pdf a{
	font-size:11px;
	font-weight:bold;
	color:#333;
	border:none;
	padding:0 10px 0 0;
	float:none;
	vertical-align:middle;
	line-height:normal;
}
.pdf a img{vertical-align:middle;}
.pdf a:hover{text-decoration:underline;}

.tabs-content{
	width:727px;
	padding:0 0 0 7px;
	overflow:hidden;
}
.tabs-content a{
	color:#339900;
}
.tabs-content table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	padding:0;
	margin:-1px 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}
.tabs-content table tr, .tabs-content table td{padding:0;}
.tabs-content table td{
	padding:3px 0;
	text-align:center;
	border-top:1px solid #efefef;
}
.tabs-content table td.name{
	width:215px;
	font-weight:bold;
	text-align:left;
}
.tabs-content table td.name span{
	width:215px;
	background:#efefef;
	display:block;
	line-height:13px;
}
.main-product-text h4{
	margin:0 0 13px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.product-price{
	width:100%;
	overflow:hidden;
}
.product-price ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#000;
	line-height:17px;
}
.product-price ul li{
	padding-left:10px;
	background:url(/public/assets/images/product-price.gif) no-repeat 0 7px;
}
.product-price span{
	float:right;
	font-size:14px;
	padding-top:8px;
}
.models{
	width:100%;
	overflow:hidden;
	border-top:1px solid #eee;
	padding:15px 0 7px;
}
.models p, .scales p{
	margin:0;
	font-size:12px;
	font-weight:normal;
	color:#2f2f2f;
}
.models p strong, .scales p strong{font-size:15px;}
.models table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	text-align:center;
	border-bottom:1px solid #eee;
}
.models table tr, .models table td{padding:0;}
.models table td{padding:3px 0;}
.models table thead td{
	border-bottom:1px solid #eee;
}
.models table td a{
	color:#074db6;
	text-decoration:underline;
}
.models table td a:hover{text-decoration:none;}
.models table tr.grey-color td{background:#f1f1f1;}
.compare{
	width:350px;
	overflow:hidden;
	padding:18px 446px 0 0;
}
.compare-btn{
	background:url(/public/assets/images/compare-btn.gif) no-repeat;
	width:53px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin-right:23px;
}
.compare p{
	color:#333;
	font-size:10px;
	font-weight:bold;
	margin:0;
}
.search-form{
	background:#f5f5f5;
	margin:0 0 4px -5px;
	padding:3px 22px 10px 5px;
}
.search-form p{
	margin:0 0 8px;
	font-size:10px;
	color:#2f2f2f;
}
.search-form p strong{font-size:13px;}
.narrow-search{
	background:url(/public/assets/images/search-bg.gif) repeat-y;
	width:100%;
	overflow:hidden;
}
.first-block{
	width:222px;
	padding-right:18px;
	float:left;
}
/*
.second-block{
	width:144px;
	float:left;
	padding:0 14px 0 18px;
}
.third-block{
	width:277px;
	float:left;
	padding:0 0 0 10px;
}
*/
.second-block{
	width:220px;
	float:left;
	padding:0 0 0 10px;
}

.narrow-holder{
	width:100%;
	padding:0 0 5px 0;
	overflow:hidden;
}
.narrow-search select{
	font:11px Arial, Helvetica, sans-serif;
	padding:0;
	border:1px solid #7f9db9;
	width:95px;
}
.first-block select{float:left;}
.narrow-search input{
	font:11px Arial, Helvetica, sans-serif;
	padding:3px 0 3px 4px;
	border:1px solid #7f9db9;
	width:110px;
}
.first-block input{float:right;}
.narrow-search input.search-btn3{
	width:44px;
	padding:0;
	border:none;
	margin:9px 0 0;
	float:right !important;
}
.second-block select{width:175px;}
.narrow-search label{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:3px;
	display:block;
}
.second-block label{text-align:right;}
.second-block .narrow-holder label{
	/*float:left;*/
	display:block;
	text-align:left;
	/*width:58px;*/
	font-size:11px;
}
/*
.third-block label{text-align:right;}
.third-block .narrow-holder label{
	float:left;
	width:58px;
	font-size:11px;
}
.third-block .narrow-holder input{float:left;}
.third-block .narrow-holder{padding-bottom:4px;}
.third-block select{float:right;}
*/
.scales{padding:6px 0 0;}
.scale-list{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.scale-list li{
	width:100%;
	overflow:hidden;
	border-top:1px solid #eee;
	margin:-1px 0 1px;
	padding:14px 0 23px;
}
.image{
	width:130px;
	float:left;
	padding-left:4px;
}
.image img{
	border:1px solid #eee;
	display:block;
	margin-bottom:5px;
}
.star img{
	border:none;
	display:inline;
}
.star{text-align:right;}
.scale-text{
	width:480px;
	float:right;
	padding-right:100px;
}
.scale-text h3{
	margin:0 0 10px;
	font-size:15px;
	font-weight:bold;
	color:#339800;
}
.scale-text h3 span{color:#690201;}
.scale-text h3 a{
	color:#339800;
	text-decoration:none;
}
.scale-text h3 a:hover{text-decoration:underline;}
.scale-text p{
	font-size:11px;
	line-height:16px;
	margin:0 0 15px;
	color:#333;
}
.scale-list .product-price li{
	padding:0 0 0 10px;
	border:none;
}
.set-product{
	background:url(/public/assets/images/set-product-btn.gif) no-repeat;
	width:92px;
	height:16px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	margin:15px 0 0;
}








#footer{
	width:100%;
	padding-bottom:10px;
}
.footer{
	background:#339900;
	text-align:center;
	padding:6px 0 9px;
}
.footer label{
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-right:20px;
	vertical-align:middle;
}
.footer input{
	width:153px;
	border:1px solid #d4d4d4;
	font:11px Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	padding:2px 0 2px 6px;
	vertical-align:middle;
}
.footer input.footer-btn{
	width:24px;
	padding:0;
	border:none;
	margin-left:8px;
}

.footer-list{
	width:100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.footer-list div{
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.footer-list ul{
	list-style:none;
	margin:0;
	padding:15px 0 5px;
	text-align:center;
	border-bottom:1px solid #d1d1d1;
	left: -50%;
	float: left;
	position: relative;
}

.footer-list li{
	display:inline;
	padding:0 6px 0 10px;
	background:url(/public/assets/images/footer-separator.gif) no-repeat 0 50%;
}
.footer-list li:first-child { 
	background-image: none; 
	padding-left: 0; 
} 
.footer-list li a{
	color:#808080;
	text-decoration:none;
}
.footer-list li a:hover{text-decoration:underline;}
.info{
	list-style:none;
	margin:0;
	padding:5px 0 0;
	text-align:center;
}
.info li{
	display:inline;
	font-size:10px;
	font-weight:bold;
	color:#808080;
	background:url(/public/assets/images/footer-info-link.gif) no-repeat 0 5px;
	padding:0 7px 0 11px;
}
.info li:first-child { 
	background-image: none; 
	padding-left: 0; 
} 
.info li a{
	text-decoration:none;
	color:#339900;
}
.info li a:hover{text-decoration:underline;}

/*
 *	PRODUCT DETAIL REVIEWS
 */

.product-review
{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #cccccc;
	display:block;
}

.product-review .date
{
	margin:0 20px 0 0;
	float:right;
	display:block;
}

.product-review .stars
{
	display:block;
}

.product-review .subject
{
	padding:3px 0 3px 0;
	font-weight:bold;
	display:block;
}

.product-review .reviewer
{
	padding:3px 0 3px 0;
	display:block;
}

.product-review .review
{
	padding:3px 0 3px 0;
	display:block;
}

.models table th {color:#074db6;font-weight:normal;text-decoration:underline;}
.models table tr.odd td{background:#f1f1f1;}

#rating-values
{
	width:100%;
}

#rating-values tr th, #rating-values tr td
{
	height:20px;
}

#rating-values tr th
{
	background:#eeeeee;
}

#rating-values tr.odd td
{
	background:#eeeeee;
}

label.error
{
	padding:5px 0 0 0;
	font-style:italic;
	color:#ff0000;
	display:block;
}

table.cart th
{
	text-align:left;
}

table.cart tr td
{
	padding:10px 0 10px 0;
	border-bottom:1px solid #eee;
}

table.cart input
{
	float:left;
	border:1px solid #7f9db9;
	padding:2px;
	font:11px Arial, Helvetica, sans-serif;
}

.red
{
	color:#ff0000;
}

table.search-results
{
	width:100%;
}

table.search-results tr td
{
	padding:5px 0 5px 0;
	border-bottom:1px solid #eee;
}

.page h1
{
	margin:0;
	padding:0;
	font-size:25px;
	color:#2f2f2f;
	font-weight:normal;
}

.page p
{
	margin:0;
	padding:0;
	font-size:13px;
	color:#2f2f2f;
	font-weight:normal;
}

.page ul
{
	margin:0;
	padding:0 0 0 30px;
}

.page ul li
{
	font-size:13px;
}

h1.error {
	margin:20px 0 12px 0;
	font-size:21px !important;
	font-weight:bold;
	color:#390 !important;
	padding:0 !important;
}

h2.error {
	margin:20px 0 12px 0;
	font-size:15px !important;
	font-weight:bold;
	color:#2f2f2f !important;
	padding:0 !important;
}

.form-column
{
	padding:0 20px 0 0;
	float:left;	
}

.form-row
{
	padding:10px 0 0 0;
	clear:both;
}

.form-row label
{
	display:block;
}

.form-row label span.required
{
	padding:0 0 0 2px;
	color:#ff0000;
}

.form-row input, .form-row textarea, .form-row select
{
	display:block;
}

tr.discount td,
tr.markup td 
{
	color:#ff0000;
}

