html,html body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	background:url("images/body-bg.jpg") repeat-x #a9a29b;
	color:#5c5b5b;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0px;
}
p{
	padding:5px 0px;
	margin:0px;
	text-align:left;
}
img{
	margin:0px;
	padding:0px;
	display:block;
	position:relative
}
ul{
	list-style:none;
	margin:5px 5px 5px 10px;
	padding:0px;
}
ol{
	margin:5px 5px 5px 10px;
	padding:0px 0px 0px 30px;
}
a:link, a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover {
    color: #F6A800;
    text-decoration: none;
}
a img{ 
	border: none;
}
h1 {
    border-bottom: 4px solid #F6A800;
    color: #000000;
    padding: 0px 0px 5px 10px;
    margin-left: -10px;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
h2{
	background:url("images/bullet-round.jpg") left no-repeat;
	background-position:0px 3px;
	padding:0px 0px 5px 20px;
	font-size:12px;
}
/*table*/
table.tblsearch{
	width:100%;
	border:0px;
	margin:0px;
}
table.tblsearch td{
	padding:5px 0px;
	vertical-align:top;
	white-space:normal;
}
table.tblsearch td.leftcolumn{
	width:340px;
}
table.tblsearch td.rightcolumn{
	width:270px;/*290-2x10*/
	/*background:#e5e3e1;*/
	background-color:#e6e4e2;
	padding:10px;
}
/**********************************************************/
/*general formatting for forms */
/**********************************************************/	
form{
	margin:0px;
	padding:0px;
}
#frm-itemno {
    height:50px;
}
#frm-criteria label, #frm-itemno label{
	width:120px;
	display:inline-block;	
}
input, textarea, select{
	font-family:Tahoma, Geneva, sans-serif;
}
input, select {
    background-color: #F9F2E3;
    padding: 3px;
    border-top: 1px solid #a9a29b;
    border-right: 1px solid #d2cbc5;
    border-bottom: 1px solid #d2cbc5;
    border-left: 1px solid #a9a29b;
}
input.disabled, select.disabled {
    background-color: #dedede;
}
input.button
{
    min-width:80px;
}
    input[type=button], input[type=submit], input[type=reset] {
        background-color: #F6A800;
        font-size:0.85em;
        font-weight:bold;
        padding:6px;
    }
.row{
	width:330px;
	clear:both;
	margin-bottom:0px;
	float:left;
}
/*GO submit button*/
input.frm-submit{
	background:url("images/btn-go.jpg") top no-repeat;
	width:48px;
	height:38px;
	border:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
input.frm-submit:hover{
	background:url("images/btn-go-hover.jpg") no-repeat;
	color:#ffffcc;
}
/*green submit button*/
input.frm-greensubmit{
	background:url("images/btn-green.png") top no-repeat;
	width:108px;
	height:38px;
	border:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
input.frm-greensubmit:hover{
	background:url("images/btn-green-hover.png") no-repeat;
	color:#ffffcc;
}
/*green submit button*/
input.frm-bluesubmit{
	background:url("images/btn-blue.png") top no-repeat;
	width:108px;
	height:38px;
	border:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	margin-top: -7px;
}
input.frm-bluesubmit:hover{
	background:url("images/btn-blue-hover.png") no-repeat;
	color:#ffffcc;
}

input.frm-bluesubmit.disabled, input.frm-bluesubmit:hover.disabled,
input.frm-greensubmit.disabled, input.frm-greensubmit:hover.disabled{
    background:url("images/btn-grey.png") top no-repeat;
    color: Gray;
}

/*contact form*/
#searchform{
	margin:20px 0px;
}
#searchform label.radiobutton{
	float:none
}
/*price container*/
#price-container {
    width: 248px; /*270-2X10-2x1*/
    background-color: #F6EAD1;
    border: 1px solid #F6A800;
    float: left;
    padding: 10px;
    margin: 10px 0px;
}
#price{
	width:248px; /*270-2X10-2x1*/
	background-color:#fff;
	border:1px solid #a9a29b;
	float:left;
	padding:10px;
	margin-top:10px;
}
/**********************************************************/
/*search by criteria form */
/**********************************************************/	
#frm-criteria select{
	width:200px;
}
.preview
{
    width: 270px;
    height: 270px;
    overflow:hidden;
}
.preview img 
{
    text-align: center;
    display: block;
}
/**********************************************************/
/*container */
/**********************************************************/
#container {	
	width:920px;
	margin:0px auto;
	overflow:hidden;
	height:auto;
	min-height:100%;
}
#container:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*columns */
#left-col{
	width:245px;
	min-height:100%;
	height:auto;
	float:left;	
	overflow:hidden;
}
#right-col{
	width:675px;
	height:auto;
	min-height:100%;
	float:left;	
	overflow:hidden;
}

#one-col 
{
    width:920px;
    height:auto;
	min-height:100%;
	float:left;	
	overflow:hidden;
}
#one-col #content{
	width:920px;
	margin-top:5px;
	overflow:hidden;
}
#one-col #content .top {
	background:url("images/content-top-920.png") no-repeat;
	height:14px;
	display:block;
}
#one-col #content .middle{
	background:url("images/content-middle-920.png") repeat-y;
	min-height:400px;
	height:100%;
	overflow:hidden;
	padding:0px 20px 0px 25px;
}
#one-col #content .bottom{
	background:url("images/content-bottom-920.png") no-repeat;
	height:14px;
	display:block;
}
/**********************************************************/
/*header */
/**********************************************************/
#top{
	width:920px;
	height:91px;
	float:left;
	/*overflow:hidden*/
	}
#logo {
    background: url("images/logo.png?v=2.0") no-repeat;
    width: 191px;
    height: 77px;
    display: block;
    margin: 15px 0px 0px 21px;
    cursor: pointer;
    float: left
}
#logo-allied-distributor{
	background:url("images/allied-distributor.gif?v=2.0") no-repeat;
	width:101px;
	height:110px;
	display:block;
	margin:15px auto;
}
/*top right side menu*/
ul#top-links{
	padding:0px;
	margin:15px 0px 0px 0px;
}
#top-links li{
	list-style:none;
	display:block;
	margin:0px 15px 0px 0px;
	float:left
}
    #top-links li a:link, #top-links li a:visited {
        height: 28px;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }
    #top-links li a:hover {
        color: #414141;
    }
#top-links li a.cart{
	background:url("images/icn-cart.gif?v=2.0") no-repeat top left;
	padding:0px 0px 0px 37px;
}
    #top-links li a.cart:hover {
        background: url("images/icn-cart-hover.gif?v=2.0") no-repeat top left;
        padding: 0px 0px 0px 37px;
    }
    #top-links li a.chat {
        background: url("images/icn-chat.gif?v=2.0") no-repeat top left;
        padding: 0px 0px 0px 35px;
    }
        #top-links li a.chat:hover {
            background: url("images/icn-chat-hover.gif?v=2.0") no-repeat top left;
            padding: 0px 0px 0px 35px;
        }
    #top-links li a.account {
        background: url("images/icn-account.gif?v=2.0") no-repeat top left;
        padding: 0px 0px 0px 25px;
    }
        #top-links li a.account:hover {
            background: url("images/icn-account-hover.gif?v=2.0") no-repeat top left;
            padding: 0px 0px 0px 25px;
        }
#top-links li a.no-icn{
	padding:0px;
}
/*welcome message*/
#welcome-msg{
	padding:0px;	
	margin-top:65px;
	margin-right:10px;
}
/*left menu*/
ul#menu{
	width:245px;
	margin:26px 0px 0px 0px;
	/*position:absolute;*/
	padding:0px;
	overflow:hidden;
	float:left;
}
#menu li{
	height:48px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	cursor:pointer;
	list-style:none;
}
#menu li a:link, #menu li a:visited{
	width:245px;
	height:51px;
	padding:16px 0px 0px 22px;
	line-height:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-shadow:#fff 1px 1px 0px;
}
    #menu li a:hover, #menu li.selected a:link, ul#menu li.selected a:visited {
        background: url("images/menu-button.png") no-repeat top left;
        /*color:#6698cb;*/
        /*text-shadow:#f3f36b 1px 1px 1px;*/
        text-shadow: #F6EAD1 1px 1px 1px;
    }
.font-small{
	font-size:10px;
}
.blue{
	color:#000000;
}
/*banners*/
#banner01{	
	width:650px;
	height:259px;
	display:block;
	background:url("images/banner01.jpg?v=2.0") no-repeat;
	margin-left:1px
}
#banner-msg {
    background-color:#FFFFFF;
    margin-top:-90px;
    opacity:0.9;
    padding:15px 10px;
    width:630px;
}
/*header - contains the top image*/
#header{
	width:675px;
	height:287px;
}
#header .top{
	background:url("images/header-top.png") no-repeat;
	height:14px;
	display:block;
	overflow:hidden
}
#header .middle{
	background:url("images/header-middle.png") repeat-y;
	min-height:259px;
	padding:0px 15px 0px 10px;
	overflow:hidden;
}
#header .bottom{
	background:url("images/header-bottom.png") no-repeat;
	height:11px;
	display:block;
	overflow:hidden;
}
/*main content*/
#content{
	width:675px;
	margin-top:5px;
	overflow:hidden;
}
#content .top{
	background:url("images/content-top.png") no-repeat;
	height:14px;
	display:block;
}
#content .middle{
	background:url("images/header-middle.png") repeat-y;
	min-height:400px;
	height:100%;
	overflow:hidden;
	padding:0px 20px 0px 25px;
}
#content .bottom{
	background:url("images/content-bottom.png") no-repeat;
	height:14px;
	display:block;
}
/**********************************************************/
/*submenu, located on the left side */
/**********************************************************/
/*sub menu container*/
#submenu-container{
	width:245px;
	margin-top:40px;
	float:left;
	overflow:hidden;
}
#submenu-container .top{
	background:url("images/submenu-top.png") no-repeat;
	height:6px;
	display:block;
	overflow:hidden
}
#submenu-container .middle{
	background:url("images/submenu-middle.png") repeat-y;
	min-height:150px;
	height:100%;
	overflow:hidden;
	padding:20px 10px 10px 22px;
}
#submenu-container .bottom{
	background:url("images/submenu-bottom.png") no-repeat;
	height:6px;
	display:block;
	overflow:hidden
}
/*sub menu*/
ul#submenu{
	padding:0px;
	margin:0px;
}
ul#submenu li{
	background:url("images/submenu-divider.jpg") no-repeat bottom;
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;	
}
ul#submenu li a:link, ul#submenu li a:visited{
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	cursor:pointer;
	display:block;
}
    ul#submenu li a:hover,
    ul#submenu li.selected a:link, ul#submenu li.selected a:visited {
        background: url("images/arrow.gif?v=2.0") no-repeat center left;
        color: #F6A800;
        padding-left: 20px;
    }
/**********************************************************/
/*footer */
/**********************************************************/
#footer{
	width:920px;
	margin:30px auto;
	overflow:hidden;	
}
#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	color:#fff;
}
/**********************************************************/
/*general */
/**********************************************************/		
.textbig{
	font-size:16px;
}
.red{
	color:#e31500;
}
.green{
    color:#339933;
}
.textcenter{
	text-align:center;
	display:block
}
.center{
	margin:0px auto;
	display:block
}
.textleft{
	text-align:left;
	display:block
}
.textright{
	text-align:right;
	display:block
}
.textjustify{
	text-align:justify;
	display:block
}
.superscript{
	vertical-align:super;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline, a.underline{
	text-decoration:underline
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.whitebg{
	background:#0CF;
}
.white{
	color:#fff;
}
.spacer{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden
}
.spacer-line{
	border-bottom:1px solid #a9a29b;
	height:1px;
	clear:both;
	display:block;
	text-align:center;
	margin:15px 0px 15px 0px;
}
.textoverlline{	
	background:#fff;
	font-weight:bold;
	margin-top:-10px;
	padding:0px 10px;
	display:inline-block;
}
.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.section-title
{
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}
.section-body
{
	text-align: left;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* GREY THEME */
.grey .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}
.grey .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.grey .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}
.grey .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.grey .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}
.grey .ajax__tab_body
{
	font-family: arial,helvetica;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.account-page .page-title
{
    border-bottom: 0 none;
}

.account-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.customer-info-box
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
}

.customer-info-box .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.customer-info-box .section-body
{
	text-align: left;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.customer-info-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.customer-addresses
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: inherit;
}

.customer-addresses .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.customer-addresses .address-list
{
}

.customer-addresses .address-list .address-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.customer-addresses .add-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}

.customer-orders, .customer-downloads
{
	margin: 0px 0 0 0;
	padding: 10px 5px 5px 5px;
	background-color: inherit;
}

.customer-orders .recurring-payments
{
	padding: 10px 10px 5px 0px;
	width: 100%;
	clear: both;
}

.customer-orders .recurring-payments .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.customer-orders .recurring-payments .recurring-payments-box
{
	text-align: left;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.customer-orders .order-list
{
}

.customer-orders .order-list .order-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.customer-pass-recovery
{
	padding: 5px 5px 5px 5px;
	background-color: inherit;
}

.customer-rewardpoints
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: inherit;
}

.customer-rewardpoints .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.customer-rewardpoints .reward-points-overview
{
	padding: 10px 10px 5px 0px;
	width: 100%;
}

.customer-rewardpoints .reward-points-history
{
	text-align: left;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.table-container
{
    width:100%;
}
.table-container .row
{
    width:100%;
}
.table-container .row .item-name
{ 
	padding: 3px 10px 0px 0px;
	/*display: block;*/
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	min-width: 165px;
}
.table-container .row .item-value
{ 
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}
.table-container .row .item-value label, .table-container .row .item-value select 
{
    margin: 0 10px 0 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GRID VIEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #245D75;
	width: 100%;
}

    .tablestyle td a {
        color: #F6A800;
        font-weight: bold;
        text-decoration: none;
    }

.altrowstyle
{
	background-color: #F4FAFF;
}

.headerstyle th
{
    background: #efefef;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.headerstyle th a
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding-right: 10px;
}

.rowstyle td, .altrowstyle td
{
	padding: 4px 10px 4px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}

.pager
{
	padding: 5px 0 5px 0;
	font-size: 12px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCT DETAILS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page
{
	border: 1px solid #C4C6C8;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

.product-collateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.product-essential
{
}

.product-details-info
{
}

.product-details-info .picture
{
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin-top: 5px;
}

.product-details-info .overview
{
	float: right;
	width: 230px;
	margin-right: 15px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	border: dashed 1px #C4C6C8;
}

.product-details-info .overview .productname
{
	color: #3664A5;
	font-size: 1.2em;
	margin-bottom: 0.3em;
	border-bottom: none;
}

.product-resources 
{
    float: right;
    -moz-border-radius:1em 1em 1em 1em;
    border:2px solid #0055A4;
}
.product-resources > span 
{
    border-bottom:2px dotted #5F94C7;
    color:#0055A4;
    display:block;
    font-size:14px;
    font-weight:bold;
    margin-left:18px;
    margin-top:10px;
    padding-left:3px;
    position:relative;
    width:80%;
}
.product-resources > ul  
{
    margin-left:18px;
    padding:5px 0 5px 15px;
    width:160px;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers,
.product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber
{
	color: #555;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

.product-details-info .fulldescription
{
	border-top: 1px solid #E8E6D2;
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.product-share-button
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-rating-box
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-variant-list
{
	margin-bottom: 15px;
	padding: 0px;
}

.product-variant-line
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: dashed 1px #C4C6C8;
}

.product-variant-line .picture
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

.product-variant-line .overview
{
	float: right;
	width: 200px;
	margin-right: 25px;
}

.product-variant-line .overview .productname
{
	color: #3664A5;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

.product-variant-line .description
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.product-variant-line .downloadsample
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.product-variant-line .downloadsample .downloadsamplebutton
{
	-x-system-font:none !important;
	background:#F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border:1px solid #B5B5B5;
	color:#444444;
	cursor:pointer;
	font-family:arial,sans-serif !important;
	font-size:11px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;
	overflow:visible;
	padding:1px 5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}

.product-variant-line .price
{
	float: left;
	margin-right: 10px;
}

.product-variant-line .price .productPrice
{
	color: green;
}

.product-variant-line .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.product-variant-line .add-info
{
	padding: 10px 10px 10px 10px;
	background: #F7F5E8;
	min-height: 17px;
}

.product-variant-line .attributes
{
}

.product-variant-line .stock, .product-variant-line .sku,
.product-variant-line .manufacturerpartnumber
{
}

.product-variant-line .giftCard
{
}

.product-variant-line .giftCard dt
{
    clear: left;
    float: left;
    width: 150px;
}

.product-variant-line .error
{
    font-weight: bold;
	color: Red;
}

.one-variant-price
{
	margin: 0px 0px 5px 0px;
}

.one-variant-price .productPrice
{
    font-weight: bold;
	color: red;
}

.one-variant-price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.one-variant-download-sample
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
	margin-top: 5px;
}

.one-variant-download-sample .downloadsamplebutton
{
	-x-system-font:none !important;
	background:#F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border:1px solid #B5B5B5;
	color:#444444;
	cursor:pointer;
	font-family:arial,sans-serif !important;
	font-size:11px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;
	overflow:visible;
	padding:1px 5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}

.related-products-grid, .also-purchased-products-grid
{
}

.related-products-grid .title, .also-purchased-products-grid .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}
.related-products-grid .item, .also-purchased-products-grid .item
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #E8E6D2;
	width: 200px;
	height: 200px;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
	padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture
{
	text-align: center;
}

.product-review-box
{
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
}


.product-review-list
{
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #555;
}

.product-review-list .product-review-item
{
	border: 1px solid #E8E6D2;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}

.product-review-list .product-review-item .review-title
{
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

.product-review-list .product-review-item .rating
{
	float: right;
}

.product-review-helpfulness
{
	color: #333;
}

.product-review-helpfulness  a, .product-review-helpfulness a:hover
{
	color: #3664A5;
	text-decoration: none;
}

.productspec-box
{
	padding: 5px 5px 5px 5px;
	clear: both;
	color: #555;
}

.producttags-box
{
	padding: 5px 5px 5px 5px;
	clear: both;
	color: #555;
}

.tier-prices
{
	text-align: center;	
	margin-bottom: 10px;
}

.tier-prices .prices-header
{
	background: #7692B9;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	font-weight: bold;	
}

.tier-prices .prices table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}

.tier-prices .prices .prices-table td
{
	padding: 0;
}

.tier-prices .prices .item-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .item-table .item-price
{
	color: Green;
}

.tier-prices .prices .header-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .prices-table .field-header
{
	font-weight: bold;
	text-align: center;	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RESOURCES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.newslist
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newslist .title
{
	padding: 10px 0px 1px 0px;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	border-bottom: solid 1px #C4C6C8;
}

.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
	border-bottom: dashed 1px #C4C6C8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsdate
{
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems a.newstitle
{
	color: #555;
	text-decoration: none;
	font-size: 1.2em;
}

.newslist .newsitems a.newstitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsdetails
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .readmore
{
	font-weight: bold;
	text-decoration: none;
	color: #3664A5;
	background-color: inherit;
}

.newsitem
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsitem .page-title
{
	border-bottom: 0 none;
}

.newsitem .newsdate
{
	color: #9a9a9a;
	font-style: italic;
}

.newsitem .newsbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.progress
{
    position: absolute;
    top: 538px;
    width: 100px;
    height: 100px;
    left: 585px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: url("images/ajax-loader.gif") no-repeat;
    vertical-align: middle;
    z-index: 2147483647;
}

.checkavai-progress 
{
    position: absolute;
    top: 924px;
    width: 150px;
    left: 493px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: url("images/ajax-loadersmall.gif") no-repeat;
    padding-left: 20px;
    font-size:11px;
    color: #003399;
    vertical-align: middle;
    z-index: 2147483647;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ORDER SUMMARY, SHOPPING CART, WISHLIST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.order-summary-content
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
}
.order-summary-content .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.order-summary-content .cart td, .wishlist-content .cart td
{
	padding: 10px;
}

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row
{
	font-weight: bold;
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th
{
	background: url('images/cart_line_y.gif') repeat-y right;
	padding: 2px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture
{
	background: none;
	border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end
{
	background: none;
	padding-right: 5px;
}

.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row
{
	
}

.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td
{
	background: url('images/cart_line_y.gif') repeat-y right;
	border-top: 1px dotted #c5c5c5;
	vertical-align: middle;
	line-height: 30px;
}

.order-summary-content .cart .cart-item-row td.productpicture, .wishlist-content .cart .cart-item-row td.productpicture
{
	padding: 5px 5px 5px 5px;
	background: none;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end
{
	border-top: 1px dotted #c5c5c5;
	background: none;
	text-align: right;
	font-weight: bold;
	color: Green;
}

.order-summary-content .WarningBox .WarningText, .wishlist-content .WarningBox .WarningText
{
	color: Red;	
}

.order-summary-content .total-info
{
	margin: 0px;
}

.cart_total_left
{
	width: 100%;
	text-align: right;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
	color: #353434;
}

.cart_total_left_below
{
	width: 100%;
	text-align: right;
	vertical-align: top;
	height: 30px;
}

.cart_total_right
{
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
}

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton 
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}

.order-summary-content .selected-checkout-attributes
{
    margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
	color: #353434;
}

.order-summary-content .checkout-attributes
{
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	background:none repeat scroll 0 0 #F7F5E8;
    border:1px dotted #D3D3D3;
}

.order-summary-content .min-amount-warning
{
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service
{
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service .read
{
	text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover
{
	cursor: pointer;
}

.order-summary-content .common-buttons
{
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
}

.order-summary-content .checkout-buttons
{
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.order-summary-content .addon-buttons
{
    clear: both;
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	text-align: right;
}

.order-summary-content .crosssells-title
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:5px 5px 5px 0;
    border-bottom:0 none;
    margin:0 0 10px;
    width:100%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CHECKOUT, ORDER DETAILS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.order-progress
{
	height: 40px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 2px #f3f3f3;
}

.order-progress ul
{
	padding: 0;
	margin: 0;
}

.order-progress ul li
{
	list-style: none;
	display: inline;
	padding: 5px 20px 0 20px;
}

.order-progress ul li .active-step
{
	color: #6a6a6a;
	background: url('images/progress-step-active.gif') no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

.order-progress ul li .inactive-step
{
	color: #d7d7d7;
	background: url('images/progress-step-inactive.gif') no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LOGIN PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.login-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.login-page .page-title
{
	border-bottom: 0 none;
}

.login-page .wrapper
{
	width: 600px;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 11px;
	color: #555;
}

.login-page .wrapper .new-wrapper
{
	float: left;
	width: 50%;
}

.login-page .wrapper .new-wrapper .register-title
{
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.login-page .wrapper .new-wrapper .register-block
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #E8E6D2;
	min-height: 240px;
	vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block
{
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #E8E6D2;
	min-height: 240px;
	vertical-align: top;
}

.captcha-enabled
{
	height: 310px !important;
}

.login-page .wrapper .returning-wrapper
{
	/*float: right;
	width: 50%;*/
}

.login-page .wrapper .returning-wrapper .login-title
{
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.login-page .wrapper .returning-wrapper .login-block
{
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #E8E6D2;
	min-height: 240px;
}

.login-table-container
{
	vertical-align: middle;
}

.login-table-container .row
{
    margin-bottom: 0;
    width: auto;
}

.login-table-container .row .item-name
{
	padding: 10px 10px 10px 0px;
	/*display: block;*/
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	width: 100px;
}

.login-table-container .row .item-value
{
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

.login-page .forgot-password
{
	font-weight: bold;
}

.login-page .buttons
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

.registration-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.registration-page .page-title
{
	border-bottom: 0 none;
}

.registration-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.registration-page .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}

.registration-page .section-body
{
	text-align: left;
	padding: 10px;
	border: 1px solid #E8E6D2;
	height: auto;
}

.registration-page .button
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}
.password-recovery-page, newsletter-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.password-recovery-page .page-title, newsletter-page .page-title
{
	border-bottom: 0 none;
}
.password-recovery-page .body, newsletter-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-list1
{
}
.product-list1 .item-box
{
	text-align: left;
	border-bottom: 1px dashed #C4C6C8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-list1 .item-box .product-title 
{
    font-weight: bold;
}

.order-details .products-box a:link {
    font-weight: bold;
    color: #F6A800;
}

.order-details .products-box a:active {
    font-weight: bold;
    color: #F6A800;
}

.order-details .products-box a:visited {
    font-weight: bold;
    color: #F6A800;
}