﻿.foo{}/****************************************************************************************************/
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input{padding: 0; margin: 0;}

body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555;
	background-repeat: repeat-x;
	background-color: #d1d3d3;
	background-image: url(images/bg_body.gif);
}

td
{
	vertical-align: top;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #DC0000;
	text-decoration: none;
}

a img
{
	border: 0;
}

img
{
	/* [disabled]border: none; */
}

h1, h2, h3, h4, h5, h6
{
	font-family: "wf_SegoeUILight", "wf_SegoeUI", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: lighter;
}

h2, h3
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	width: 960px;
	background-image: url(images/bg_maincolumn_1.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.master-wrapper-content
{
	float: left;
	width: 960px;
	text-align: left;
}

.master-wrapper-main
{
	float: left;
	width: 940px;
	color: #000;
	min-height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* one column master page */
.master-wrapper-center-1
{
	float: left;
	width: 960px;
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

/* one column master page */
.master-wrapper-main .center-1
{
	float: left;
	width: 940px;
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
	
/* two column master page */
.master-wrapper-main .side-2
{
	float: left;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}
.master-wrapper-main .center-2
{
	float: left;
	width: 750px;
	margin: 0px 0 0 10px;
	display: inline;
}

/* three column master page */
.master-wrapper-main .leftside-3
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-main .center-3
{
	float: left;
	width: 530px;
	background: rgba(255, 255, 255, 0.2);
	display: inline;
	border: 1px dotted #EFEFEF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.master-wrapper-main .rightside-3
{
	float: right;
	width: 180px;
	margin: 0 10px 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}


.master-wrapper-cph-1
{
	float: left;
	width: 940px;
	color: #000;
	min-height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* two column master page */
.master-wrapper-side-2
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center-2
{
	float: left;
	width: 760px;
	margin: 0px 0 0 10px;
	display: inline;
}

.master-wrapper-cph-2
{
	float: left;
	width: 740px;
	color: #000;
	min-height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* three column master page */
.master-wrapper-leftside-3
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center-3
{
	float: left;
	width: 550px;
	background: rgba(255, 255, 255, 0.2);
	display: inline;
	border: 1px dotted #EFEFEF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.master-wrapper-cph-3
{
	float: left;
	width: 530px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-rightside-3
{
	float: right;
	width: 180px;
	margin: 0 10px 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-fluid-content {
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.master-wrapper-fluid-content-inner {
	overflow: hidden;
	width: 100%;
	padding:0px 10px;
}

.master-wrapper-fluid-content-left .master-wrapper-fluid-content-sidebar {
	float: left;
	overflow: hidden;
	padding-right: 20px;
	margin-left:10px;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
}

.master-wrapper-fluid-content-right .master-wrapper-fluid-content-sidebar {
	float: right;
	overflow: hidden;
	padding-left: 20px;
	margin-right:10px;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height: 121px;
	padding-top: 0px;
	padding-left: 5px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background-image: url(images/ico-register.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 101px;
}

.ico-register .text-register {
	text-align: left;
	padding-left: 32px;
}
.header .ico-login
{
	background-image: url(images/ico-login.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 90px;
}

.ico-login .text-login {
	text-align: left;
	padding-left: 36px;
}

.header .ico-logout
{
	background-image: url(images/ico-logout.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 7px;
	width: 90px;
}

.master-wrapper-page .master-wrapper-content .header .header-links-wrapper .header-links ul .ico-logout .text-logout {
	text-align: left;
	padding-left: 35px;
}

.header .ico-inbox
{
	background-image: url(images/ico-inbox.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 140px;
}

.header .ico-cart
{
	background-image: url(images/ico-cart.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 130px;
}

.ico-cart .text-cart {
	text-align: left;
	padding-left: 28px;
}

.header .ico-wishlist
{
	background-image: url(images/ico-wishlist.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 100px;
}

.ico-wishlist .text-wishlist {
	text-align: left;
	padding-left: 26px;
}

.header .ico-admin
{
	background-image: url(images/ico-admin.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 7px;
	width: 117px;
}

.ico-inbox .text-inbox {
	text-align: left;
	padding-left: 34px;
}
.ico-admin .text-admin {
	text-align: left;
	padding-left: 26px;
}

.header-logo
{
	float: left;
	text-align: left;
	padding-top: 27px;
}

a.logo
{
	display: block;
	width: 228px;
	height: 90px;
	text-decoration: none;
	background-image: url(images/logo.png);
}

.header-slogan
{
	text-align: left;
	position: relative;
	top: 55px;
	left: 55px;
	width: 800px;
	height: 30px;
}

a.slogan
{
	text-decoration: none;
	color: #FFF;
	/* background-image: url(images/slogan.png);
	!background-repeat: no-repeat; */

}

a.slogan:hover
{
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: left;
	float: right;
	width: 80px;
}

.header-space
{
	text-align: right;
	float: right;
	width: 687px;
    height: 5px;
}

.header-social-networks-links .header-facebook-links
{
	overflow: hidden;
	display: inline;
}

.header-social-networks-links .header-facebook-links iframe
{
	margin: 0;
	width: 80px !important;
	overflow:hidden;
}

.header-social-networks-links .header-facebook-sent-links
{
	margin: 0;
	padding-bottom: 3px;
}

.header-social-networks-links .header-google-links
{
	overflow: hidden;
	display: inline;
}

.header-social-networks-links .header-tweet-links
{
	overflow: hidden;
	display: inline;
}

.header-social-networks
{
	float: right;
	width: 225px;
}

.header-social-networks-links
{
	margin-top: 15px;
}

.header-social-networks-links ul
{
	margin: 0;
	padding: 0;
}

.header-social-networks-links ul li
{
	list-style: none;
	display: inline-table;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 725px;
}

.header-links
{
	display: inline-table;
	padding-right: 5px;
	padding-left: 5px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline-block;
}

.header-links a
{
	color: #000;
	text-decoration: none;
}

.header-links a:hover
{
	color: #AE0000;
}

.header-links a.account
{
	color: #FFF;
}

.header-links a.account:hover
{
	color: #AE0000;
}

.header-links span.impersonate
{
	color:#58DE81;
	font-weight:bold;
}

.header-links span.impersonate .finish-impersonation
{

	color:#E44097;
}

.headermenu
{
	color: #FFFFFF;
	height: 37px;
	vertical-align: middle;
	letter-spacing: 1px;
	background-image: url(images/headermenu.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 3px;
	width: 962px;
	padding-top: 2px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
	white-space: nowrap;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: lighter;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.searchbox
{
	float: right;
	width: 251px;
	display: inline-block;
    height: 32px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
    width: 255px;
    height: 36px;
}

.searchbox ul li
{
	list-style: none;
	float: left;
    height: 32px;
}

.headermenu ul.topmenu
{
	text-align: left;
}

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
}

.footer-disclaimer
{
	float: left;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.footer-disclaimer a
{
	text-decoration: underline;
	color: #000;
}

.footer-links
{
	float: left;
	font-size: 13px;
	color: #000;
	text-align: left;
}

.footer-links a
{
	text-decoration: underline;
	color: #000;
}

.footer-right
{
	float: right;
	font-size: 11px;
	height: 49px;
	width: 390px;
	display: block;
	margin-top: 15px;
}

.footer-righttext
{
	float: left;
	font-size: 11px;
	text-align: left;
	color: #333;
}

.footer-rightlinks
{
	float: right;
	font-size: 11px;
	height: 49px;
	width: 235px;
	display: block;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

.footer-storetheme
{
	float: right;
	margin: 0px 100px 0px 10px;
	font-size: 11px;
}

.facebook-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.facebook
{
	background-image: url(images/facebook_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

.twitter-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.twitter
{
	background-image: url(images/twitter_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

.youtube-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.youtube
{
	background-image: url(images/youtube_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

.googleplus-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.googleplus
{
	background-image: url(images/googleplus_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

.pinterest-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.pinterest
{
	background-image: url(images/pinterest_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

.instagram-logo
{
	height: 49px;
	width: 39px;
	float: left;
}

a.instagram
{
	background-image: url(images/instagram_logo.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 35px;
	text-decoration: none;
	display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.a-gallery{
	text-align:center!important;
	border: 1px dotted #666;
}
.a-left{
	text-align:left!important;
}
.a-center{text-align:center!important;}
.a-right{text-align:right!important;}

.page-title 
{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid;
}

.page-title h1, .page-title h2 
{
	padding: 5px 5px 5px 0px;
	font-size: 20px;
	margin: 0;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight:normal;
}

td.fieldname
{
	font-size: 12px;
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{ 
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}
.table-container .row .item-value
{ 
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/* data table */
.data-table{
	width:100%;
	border:1px solid;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	background: rgba(255, 255, 255, 0.2);
}
.data-table th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table td{padding:3px 8px;}
.data-table th,.data-table td{border-bottom:1px solid;border-right:1px solid;}

.htmlcontent
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.htmlcontent-title
{
	border-bottom: 1px solid;
	overflow: hidden;
	width: 100%;
}

.htmlcontent-header 
{
	padding: 5px 5px 5px 0px;
	font-size: 20px;
	margin: 0;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight:normal;
}

.htmlcontent-body
{

}

.htmlcontent-body a
{
	text-decoration: underline;
	color: #555;
}

.topicpage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.topicpage-title
{
	border-bottom: 0 none;
}

.topicpage .topicpage-body
{

}

.topicpage .topicpage-body a
{
	text-decoration: underline;
	color: #DC0000;
}

.user-agreement-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.user-agreement-page .page-title
{
}

.user-agreement-page .page-body
{

}

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.nobr 
{
	white-space:nowrap !important;
}

.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.linkButton:hover
{

}

.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
}

.textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	height: 15px;
}

.message-error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright a
{
	color: #3664A5;
	background-color: inherit;
}

/* sitemap */
.sitemap-page
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 15px;
}
.sitemap-page .entity
{
	margin: 5px 0px 30px 0px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.sitemap-page .topic-box, .sitemap-page .manufacturer-box, 
.sitemap-page .category-box, .sitemap-page .product-box
{
	text-align: center;
	vertical-align: bottom;
}
.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item,
.sitemap-page .category-box .item, .sitemap-page .product-box .item
{
	text-align: left;
	margin: 3px 10px 3px 10px;
	width: 150px;
	border-bottom:1px dotted #ADACAC;
}

checkbox, input, radio, select, button
{
	font-size: 11px;
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.textbox
{
}

.searchtext
{
	border: solid 1px #d3d3d3;
	vertical-align: top;
	font-size: 12px;
	width: 100%;
}

.searchboxtext
{
	width: 195px;
	border: 1px solid #FFF;
	vertical-align: middle;
	font-size: 12px;
}

.searchboxback
{
	background-image: url('images/searchbox.png');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 9px;
	padding-right: 7px;
	width: 202px;
}

.newsaddcommenttitletext
{
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.newsaddcommentcommenttext
{
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.blogaddcommentcommenttext
{
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.accountsignaturetext
{
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}

.numerictextboxtext
{
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.shoppingcartquantitytext
{
	border: solid 1px #E3E3E3;
	font-size: 12px;
	text-align: right;
}

.wishlistquantitytext
{
	border: solid 1px #E3E3E3;
	font-size: 12px;
	text-align: right;
}

.forumtopictitletext, .pmtitletext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}
.forumposttext, .bbeditortext
{
	width:100%;
	height:300px
}
.privatemessagesubjecttext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.forumsearchtext
{
	width: 700px;
	border: 2px solid #acacac;
	font-size: 14px;
	padding: 3px;
	margin-top: 1px;
}


.forumsearchboxtext
{
	border: 2px solid #acacac;
	font-size: 12px;
	padding: 3px;
	margin-top: 1px;
}

.bbeditortext
{
	border: #cec6b5 1px solid;
}

.PrintOrderDetails
{
	padding-top: 5px;
	text-align: center;
}

.GetOrderPdfInvoice
{
	padding-top: 5px;
	text-align: center;
}

.buttom_black
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: left;
}

.buttom_black_right
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
}

.buttom_black_addcart
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
}

.buttom_white_big
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_white_big.png);
	background-repeat: no-repeat;
	float: left;
}

.buttom_white_big_right
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_white_big.png);
	background-repeat: no-repeat;
	float: right;
}

.buttom_coupon
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_white_big.png);
	background-repeat: no-repeat;
	float: inherit;
	margin-top: 10px;
}

.edittopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton
{
	padding-left: 18px;
	background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}

.quotepostlinkbutton, .postlink
{
	color: #CCC;
	float: right;
	padding: 1px 3px 1px 3px;
	line-height: 15px;
	font-size: 15px;
}

.postlink
{
	padding: 1px 3px 1px 3px;
	margin-right:5px;
	border:none;
}

.searchboxbutton
{
	background-image: url(images/search_button_bg.png);
	background-repeat: no-repeat;
	color : transparent;
	font-size : 0;
	border: 1px solid #4280e3;
	height: 21px;
	width: 27px;
	margin-top: 6px;
	background-position: center center;
}
.productlistproductdetailbutton, .productgridproductdetailbutton
{
	width: 143px;
	color:#D30404;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	height: 37px;
	cursor: pointer;
}

.searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton,
.productvariantaddtocartbutton, .productwritereviewbutton, .loginbutton, .registerbutton,
.checkoutasguestbutton, .savecustomerinfobutton, .addaddressbutton,
.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton,
.newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, 
.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,  
.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, 
.confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, 
.deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, 
.useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton, .remove-button, .upload-avatar-button,
.remove-avatar-button
{
	width: 200px;
	color:#C4C4C4;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height: 35px;
	padding-bottom: 9px;
	cursor: pointer;
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, 
.productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, 
.deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, 
.returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, 
.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, 
.orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, 
.forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton
.productlistproductdetailbutton, .productgridproductdetailbutton, .clearlist
{
	width: 200px;
	color:#757575;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height: 35px;
	padding-bottom: 9px;
	cursor: pointer;
}

.newsletterbox-subscribebutton
{
	width: 126px;
	color:#333;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height: 35px;
	padding-bottom: 9px;
	cursor: pointer;
}

ul.languagelist
{
	display: inline;
	line-height: 25px;
}
ul.languagelist li
{
	list-style: none;
	display: inline;
	padding: 0px 5px 0 5px;	
}
ul.languagelist li .selected
{
	border: solid 1px #cccccc !important;
}
ul.languagelist li:hover
{
	cursor:pointer
}

.storethemelist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
	color: #555;
	font-size: 0.9em;
	padding-left: 5px;
	vertical-align: top;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pager
{
	text-align: center;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 20px;
}

.pager a
{
	font-size: 1em;
}

.pager a:link
{
	text-align: center;
	color: #555;
}

.pager span
{
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.block 
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
}

.block .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #F4F4F4;
	background: rgba(0, 0, 0, 0.6);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

.block .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: rgba(0, 0, 0, 0.2);
	margin: 0px;
	border: 1px dotted #EFEFEF;
}

.block .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
}

.block a:hover
{
	color: #DC0000;
}

.block a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.block li
{
	list-style: none;
}

.block li.separator
{
	height: 1px;
	line-height: 1px;
	background: #DC0000;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}



.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, 
.block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags,
.block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation
{
	margin-top: 10px;
	
}

.block-livechat .listbox
{
	text-align: center;
}

.block-shoppingcart .items
{
	margin-top: 10px;
}

.block-shoppingcart .items ul
{
	color: #FFFFFF;
}

.block-shoppingcart .buttons
{
	text-align: right;
}

.block-category-navigation .active a, .block-manufacturer-navigation .active a
{
	color: #DC0000;
	font-weight: bold;
	text-decoration: none;
}

.block-category-navigation .listbox ul .active, .block-manufacturer-navigation .listbox ul .active
{
	font-weight: bold;
}

.block-category-navigation .listbox ul .inactive, .block-manufacturer-navigation .listbox ul .inactive
{
}

.block-manufacturer-navigation .listbox .viewall a
{
	color: #DC0000;
}

.block-account-navigation a.active
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.block-account-navigation a.inactive:hover
{
	color: #DC0000;
	font-weight: bold;
	text-decoration: none;
}

.block-account-navigation a.inactive
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

.block-newsletter .options
{
	margin-top: 5px;
}

.block-newsletter .buttons
{
	margin-top: 5px;
	width: 126px;
	height: 35px;
	background-image: url(images/button_white.png);
	background-repeat: no-repeat;
	float: right;
}

.block-recently-viewed-products a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #DC0000;
}

.block-popular-tags li, .block-popular-blogtags li
{
	display:inline !important;
}

.block-blog-archive .year
{
	color: #DC0000;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}

/* NOTIFICATIONS */
.bar-notification{display:none;left:0;position:fixed;top:0;width:100%;z-index:100000;}
.bar-notification.success{background:none repeat scroll 0 0 #91BD09;border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin: 0 0 10px;}
.bar-notification.error{background:none repeat scroll 0 0 #CC0000;border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin: 0 0 10px;}
.bar-notification .close{float:right;margin:9px 9px 0px 0px;cursor:pointer;}
.bar-notification p.content{padding:0px 10px;margin: 10px 0px;}
.bar-notification p.content a{text-decoration:underline;color:#FFFFFF;}
.bar-notification p.content a:hover{text-decoration:none;color:#FFFFFF;}

/* TOPICS */
.topic-html-content
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topic-html-content-title{
	clear: both;
	border-bottom: 1px solid;
	width: 100%;
	overflow: hidden;
}
.topic-html-content-header{
	font-size: 20px;
	font-weight: normal;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding: 5px 5px 5px 0px;
	margin: 0;
}
.topic-html-content-body{}
.topic-html-content-body a{
	text-decoration: none;
	color: #B80709;
}
.topic-page{}
.topic-page .page-body{
	width: 750px;
}
.topic-page .page-body a{text-decoration:underline;color:#B80709;}

/* FORUM INPUTS */
.forum-topic-title-text,.pm-title-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-post-text,.bb-editor-text{width:100%;height:300px;}
.private-message-subject-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-search-text{
	width: 700px;
	border: 2px solid #acacac;
	font-size: 14px;
	margin-top: 1px;
	padding: 3px;
}
.forum-search-box-text{
	border: 2px solid #acacac;
	font-size: 12px;
	margin-top: 1px;
	padding: 3px;
	margin-right: 31px;
	margin-bottom: 5px;
}
.bb-editor-text{border:#cec6b5 1px solid;}
.edit-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-edit.gif) no-repeat left;}
.delete-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat left;}
.move-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-moveTopic.gif) no-repeat left;}
.reply-topic-link-button{padding-right:5px;padding-left:18px;padding-bottom:3px;background:url(images/ico-forum-post-add.gif) no-repeat left;}
.watch-topic-link-button{padding-left:18px;background:url(images/ico-forum-watch.gif) no-repeat left;}
.edit-post-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-edit.gif) no-repeat left;}
.delete-post-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat left;}
.quote-post-link-button,.post-link{
	color: #CCC;
	float: right;
	padding: 1px 3px 1px 3px;
	line-height: 15px;
	font-size: 15px;
}
.post-link{
	padding: 1px 3px 1px 3px;
	margin-right: 5px;
	border: none;
}


/* FORUM MAIN */
.forums-main{
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.forums-main .forums-main-header{
	border-bottom: solid 1px #f3f3f3;
	height: 85px;
}
.forums-main .forums-main-header .current-time{padding-top:20px;font-size:.9em;color:#555;float:left;}
.forums-main .forums-main-header .forum-search-box{float:right;text-align:right;}
.forums-main .active-discussions{margin-top:50px;}
.forum-group-page .forum-search-box{text-align:right;}
.forum-group{
	padding-top: 5px;
}
.forum-group .group-title a{
	font-weight: normal;
}
.forum-group table.groups{width:100%;border-collapse:collapse;text-align:center;vertical-align:middle;margin-top:10px;margin-bottom:15px;border: 1px dotted #EFEFEF;background: rgba(255, 255, 255, 0.2)}
.forum-group table.groups td{padding:3px 0;}
.forum-group tr.group-header{font-weight:700;}
.forum-group tr.group-header td{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border-right:solid 1px #6a6a6a;height:20px;}
.forum-group tr.group-header td.forum-name{width:55%;text-align:left;padding-left:3px;}
.forum-group tr.group-header td.topics{width:10%;}
.forum-group tr.group-header td.posts{width:10%;}
.forum-group tr.group-header td.last-post{width:25%;}
.forum-group tr.forum td.image div{text-align:left;width:36px;height:36px;background:url(images/ico-forum.gif) no-repeat 40% 40%;}
.forum-group tr.forum td{border-bottom:1px solid #c5c5c5;vertical-align:middle;padding-left:3px;}
.forum-group tr.forum td.forum-name{text-align:left;width:55%;}
.forum-group tr.forum td.forum-name .forum-title{font-weight:700;font-size:1.1em;line-height:18px;}
.forum-group tr.forum td.forum-name .forum-description{font-size:.9em;color:#555;}
.forum-group tr.forum td.last-post{font-size:.8em;color:#555;}


/* FORUM PAGE */
.forum{}
.forum .forum-header{}
.forum .top .forum-info{
	float: left;
}
.forum .top .forum-info .forum-name{
	font-weight: 700;
	font-size: 1.2em;
	line-height: 25px;
	float: left;
	margin-right: 15px;
}
.forum .top .forum-info .forum-description{color:#555;}
.forum .top .rss .link-rss{
	float: none;
}
.forum .top .actions{float:right;text-align:right;}
.forum .top .actions .newtopic{background:url(images/ico-forum-post-add.gif) no-repeat left;padding:0 10px 3px 20px;}
.forum .top .actions .watch-forum{background:url(images/ico-forum-watch.gif) no-repeat left;padding-left:20px;}
.forum .top .actions .forum-search-box{padding-top:5px;}
.forum .topics-group{
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.forum table.topics{width:100%;border-collapse:collapse;vertical-align:middle;text-align:center;}
.forum table.topics td{padding:3px 0;}
.forum table.topics tr.forum-header{font-weight:700;}
.forum table.topics tr.forum-header td{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border-right:solid 1px #6a6a6a;height:20px;}
.forum table.topics tr.forum-header td.topic-name{width:55%;text-align:left;padding-left:3px;}
.forum table.topics tr.forum-header td.replies{width:10%;}
.forum table.topics tr.forum-header td.views{width:10%;}
.forum table.topics tr.forum-header td.last-post{width:25%;}
.forum table.topics tr.topic td{border-bottom:1px solid #c5c5c5;vertical-align:middle;padding-left:3px;}
.forum table.topics tr.topic td.image div{text-align:left;width:36px;height:36px;background:url(images/ico-forum.gif) no-repeat 40% 40%;}
.forum table.topics tr.topic td.topic-name{text-align:left;width:55%;}
.forum table.topics tr.topic td.topic-name .topictype{font-size:.9em;line-height:18px;}
.forum table.topics tr.topic td.topic-name .topic-title{font-weight:700;font-size:1.1em;line-height:18px;}
.forum table.topics tr.topic td.topic-name .topic-starter,.forum table.topics tr.topic td.topic-name .topicspager{font-size:.9em;color:#555;margin:1px 0px 1px 0px;}
.forum table.topics tr.topic td.last-post{font-size:.8em;color:#555;}
.forum table.topics tr.topic .post{text-align:left;width:36px;height:36px;background:url(images/ico-forum-post.gif) no-repeat 40% 40%;}
.forum table.topics tr.topic .post-annoucement,.forum table.topics tr.topic .poststicky{text-align:left;width:36px;height:36px;background:url(images/ico-forum-post-high.gif) no-repeat 40% 40%;}
.forum .pager{text-align:right;padding:5px 3px 5px 0;}


/* FORUM TOPIC EDIT */
.post-edit{

}
.post-edit .title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.post-edit .wrapper{
	padding: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.post-edit table.post-topic{width:100%;vertical-align:middle;border-collapse:collapse;}
.post-edit table.post-topic td{padding:4px;}
.post-edit table.post-topic td.fieldname{font-weight:700;width:20%;color:#555;}
.post-edit table.post-topic td.options{text-align:right;}
.move-forum-topic{}
.move-forum-topic .title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.move-forum-topic .page-body{padding:5px;}
.move-forum-topic table.move-topic{
	width: 930px;
	vertical-align: middle;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.move-forum-topic table.move-topic td{padding:4px;}
.move-forum-topic table.move-topic td.fieldname{font-weight:700;width:30%;color:#555;white-space:nowrap;}
.move-forum-topic table.move-topic td.options{text-align:left;}


/* FORUM TOPIC */
.forum-topic{
}
.forum-topic .title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.forum-topic .title .topic-name{
	float: left;
	font-size: 15px;
}
.forum-topic .title .manage{float:right;text-align:right;}
.forum-topic .title .manage a{color:#F3F3F3;}
.forum-topic .topic-header{
	padding: 5px 5px 5px 5px;
	background: rgba(255, 255, 255, 0.2);
	height: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #EFEFEF;
	border-bottom-color: #6a6a6a;
	border-left-color: #EFEFEF;
}
.forum-topic .topic-header .topic-options,.topic-footer .topic-options{float:right;text-align:right;}
.forum-topic .topic-header .topic-options a,.topic-footer .topic-options a{font-weight:700;}
.forum-topic .posts{}
.topic-footer{
	padding: 5px 5px 5px 5px;
	background: #F3F3F3;
	height: 16px;
	background: rgba(255, 255, 255, 0.2);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #6a6a6a;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

.forum-topic .pager,.topic-footer .pager{text-align:left;}
.forum-post{
	background: rgba(255, 255, 255, 0.2);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #EFEFEF;
	border-bottom-color: #E3E3E3;
	border-left-color: #EFEFEF;
}
.post-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.post-info .manage{line-height:20px;}
.post-info .manage a{font-weight:700;color:#555;}
.post-info .user-info{padding-top:5px;}
.post-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.post-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.post-info .user-info .avatar{margin:5px 0;}
.post-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.post-info .user-info .user-stats{font-size:.9em;text-align:left;font-weight:700;color:#555;}
.post-info .user-info .user-stats .stat-value{font-weight:400;}
.post-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.post-content .posttime{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.5);
	color: #CCC;
}
.post-content .posttime .stat-value{font-weight:400;}
.post-content .post-body{padding:3px;}
.post-content .post-body a{color:#B80709;text-decoration:underline;}
.post-content .post-body .posttext{}
.post-content .post-body .posttext .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.post-content .signature{border-color:#DDD;border-style:solid;border-width:1px 0 0;font-size:90%;margin:1em 8px 8px;padding:1em 0 20px;text-align:left;font-style:italic;}


/* FORUM SEARCH */
.forum-search-box{font-size:.9em;float:right;text-align:right;padding:5px 0;}
.forum-search{}
.forum-search .forum-search-panel{
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	padding-left: 10px;
}
.forum-search .forum-search-panel .page-title{
	border-bottom: 0px;
}
.forum-search .forum-search-panel .search-input{}
.forum-search .forum-search-panel .search-error{color:Red;}
.forum-search .forum-search-panel .search-results{}
.forum-search-panel table.basic-search,.forum-search-panel table.adv-search{border-collapse:collapse;color:#333;width:100%;vertical-align:middle;text-align:left;}
.forum-search-panel table.adv-search{margin:10px 0 0;border-top:solid #D3D3D3 1px;}
.forum-search-panel table.adv-search td.title{padding:4px;text-align:left;vertical-align:middle;width:130px;}
.forum-search-panel table.adv-search td.data{padding:4px;text-align:left;vertical-align:middle;white-space:nowrap;}
.forum-search .topics-group{background:url(images/forum-footer-bg.gif) repeat-x bottom;}
.forum-search table.topics{width:100%;border-collapse:collapse;vertical-align:middle;text-align:center;}
.forum-search table.topics td{padding:3px 0;}
.forum-search table.topics tr.forum-header{font-weight:700;}
.forum-search table.topics tr.forum-header td{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border-right:solid 1px #6a6a6a;height:20px;}
.forum-search table.topics tr.forum-header td.topic-name{width:55%;text-align:left;padding-left:3px;}
.forum-search table.topics tr.forum-header td.replies{width:10%;}
.forum-search table.topics tr.forum-header td.views{width:10%;}
.forum-search table.topics tr.forum-header td.last-post{width:25%;}
.forum-search table.topics tr.topic td{border-bottom:1px solid #c5c5c5;vertical-align:middle;padding-left:3px;}
.forum-search table.topics tr.topic td.image div{text-align:left;width:36px;height:36px;background:url(images/ico-forum.gif) no-repeat 40% 40%;}
.forum-search table.topics tr.topic td.topic-name{text-align:left;width:55%;}
.forum-search table.topics tr.topic td.topic-name .topictype{font-size:.9em;line-height:18px;}
.forum-search table.topics tr.topic td.topic-name .topic-title{font-weight:700;font-size:1.1em;line-height:18px;}
.forum-search table.topics tr.topic td.topic-name .topic-starter,.forum-search table.topics tr.topic td.topic-name .topicspager{font-size:.9em;color:#555;margin:1px 0px 1px 0px;}
.forum-search table.topics tr.topic td.last-post{font-size:.8em;color:#555;}
.forum-search table.topics tr.topic .post{text-align:left;width:36px;height:36px;background:url(images/ico-forum-post.gif) no-repeat 40% 40%;}
.forum-search table.topics tr.topic .post-annoucement,.forum-search table.topics tr.topic .poststicky{text-align:left;width:36px;height:36px;background:url(images/ico-forum-post-high.gif) no-repeat 40% 40%;}
.forum-search .pager{text-align:right;padding:5px 3px 5px 0;}

/* ACTIVE DISCUSSIONS */
.active-discussions-page{

}
.active-discussions .active-discussions-title{
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 5px;
	font-weight: normal;
	padding-left: 10px;
}
.active-discussions .active-discussions-title .link-rss{
	float: none;
}
.active-discussions .active-discussions-title .view-all{float:right;text-align:right;}
.active-discussions .topics-group{background:url(images/forum-footer-bg.gif) repeat-x bottom;}
.active-discussions table.topics{width:100%;border-collapse:collapse;vertical-align:middle;text-align:center;}
.active-discussions table.topics td{padding:3px 0;}
.active-discussions table.topics tr.active-discussions-header{font-weight:700;}
.active-discussions table.topics tr.active-discussions-header td{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border-right:solid 1px #6a6a6a;height:20px;}
.active-discussions table.topics tr.active-discussions-header td.topic-name{width:55%;text-align:left;padding-left:3px;}
.active-discussions table.topics tr.active-discussions-header td.replies{width:10%;}
.active-discussions table.topics tr.active-discussions-header td.views{width:10%;}
.active-discussions table.topics tr.active-discussions-header td.last-post{width:25%;}
.active-discussions table.topics tr.topic td{border-bottom:1px solid #c5c5c5;vertical-align:middle;padding-left:3px;}
.active-discussions table.topics tr.topic td.topic-name{text-align:left;width:55%;}
.active-discussions table.topics tr.topic td.topic-name .topic-title{font-weight:700;font-size:1.1em;line-height:18px;}
.active-discussions table.topics tr.topic td.topic-name .topic-starter,.active-discussions table.topics tr.topic td.topic-name .topicspager{font-size:.9em;color:#555;margin:1px 0px 1px 0px;}
.active-discussions table.topics tr.topic td.last-post{font-size:.8em;color:#555;}
.send-pm-box{background-color:#EEE;border:1px solid #A0A0A0;color:#555;display:block;float:left;font-family:Arial;font-size:10px;font-weight:700;margin:2px 0 2px 2px;padding:2px;text-decoration:none;text-transform:uppercase;}
.send-pm-box .pm-link-button{line-height:14px;padding:1px 6px 2px 18px;background:url(images/ico-pm.png) no-repeat;}

/* PRIVATE MESSAGES */
.send-pm-box{background-color:#EEE;border:1px solid #A0A0A0;color:#555;display:block;float:left;font-family:Arial;font-size:10px;font-weight:700;margin:2px 0 2px 2px;padding:2px;text-decoration:none;text-transform:uppercase;}
.send-pm-box .pm-link-button{line-height:14px;padding:1px 6px 2px 18px;background:url(images/ico-pm.png) no-repeat;}
.private-message-send-page{}
.private-message-send-page .page-title{
	background: url(images/pm-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: 700;
	padding-left: 3px;
	width: 938px;
}
.private-message-send-page .page-body{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding: 5px;
	width: 930px;
	min-height: 0px;
}
.private-message-send-page table.post-message{
	width: 930px;
	vertical-align: middle;
	border-collapse: collapse;
}
.private-message-send-page table.post-message td{
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.private-message-send-page table.post-message td.fieldname{font-weight:700;width:20%;color:#555;}
.private-message-send-page table.post-message td.options{text-align:right;}
.private-message-view-page{background:url(images/pm-footer-bg.gif) repeat-x bottom;}
.private-message-view-page .page-title{background:url(images/pm-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.private-message-view-page .page-body{
	padding: 5px;
	min-height: 0px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	width: 932px;
}
.private-message-view-page table.view-message{
	width: 930px;
	vertical-align: middle;
	border-collapse: collapse;
}
.private-message-view-page table.view-message td{
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.private-message-view-page table.view-message td.fieldname{font-weight:700;width:20%;color:#555;}
.private-message-view-page table.view-message a{color:#B80709;text-decoration:underline;}
.private-message-view-page table.view-message td.options{text-align:right;}
.private-messages-page{}
.private-messages-page .page-title{}
.private-messages-page .page-body{margin:0;padding:0;font-size:11px;color:#555;}
.private-messages-box{margin:0;padding:5px;font-size:11px;color:#555;}
.private-messages-box .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.pm-grid-table-style{font-family:arial;font-size:11px;border:1px solid gray;border-collapse:collapse;background-color:#FFF;margin-left:0;width:100%;}
.pm-grid-table-style td a{text-decoration:none;display:block;}
.pm-grid-alt-row-style{background-color:#F4FAFF;}
.pm-grid-header-style th{background:url(images/pm-grid-bg.gif) repeat-x 50%;color:#fff;padding:5px 10px;text-align:center;vertical-align:middle;font-weight:700;border:solid 1px #676767;}
.pm-grid-row-style td,.pm-grid-alt-row-style td{padding:4px 10px;border-right:solid 1px #A0C0E7;}
.pm-grid-pager-style{padding:5px;background:#eee;vertical-align:middle;}
.pm-grid-pager-style span{font-weight:700;font-size:1.1em;}
.pm-read{}
.pm-unread{font-weight:700;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY, SHOPPING CART, WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart-page, .wishlist-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.shoppingcart-page .page-title, .wishlist-page .page-title
{
	border-bottom: 0 none;
}

.shoppingcart-page .body, .wishlist-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}

.order-summary-content
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
}

.wishlist-content
{
	margin: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.order-summary-content .totals 
{
	float: right;
	padding: 23px 5px 0 5px;
	width: 330px;
}

.order-summary-content .cart-collaterals 
{
	padding: 20px 0 10px;
	width: 575px;
}

.order-summary-content .cart .cart-item-row .qty-input,.wishlist-content .cart .cart-item-row .qty-input
{
	border:solid 1px #E3E3E3;
	font-size:12px;
	text-align:right;
	width:40px;
}

.order-summary-content .deals
{
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}

.order-summary-content .shipping
{
	display: inline;
	float: left;
	margin: 0;
	width: 330px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box
{
	padding: 10px;
	font-size: 11px;
	color: #555;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

.order-summary-content .giftcard-box
{
	position:relative;
	z-index:1;
}

.order-summary-content .cart, .wishlist-content .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
}

.wishlist-content .cart
{
	margin-bottom: 10px;
}

.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-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
	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
{
	border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end
{
	text-align: right;
	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
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: top;
}

.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.product a, .wishlist-content .cart .cart-item-row td.product a
{
	font-weight: bold;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end
{
	text-align: right;
	font-weight: bold;
	color: Green;
	padding-right: 5px;
}

.order-summary-content .warning-box .warning-text, .wishlist-content .warning-box .warning-text
{
	color: Red;
}

.order-summary-content .cart-footer
{
	width: 100%;
}

.order-summary-content .total-info
{
	margin: 0px;
	font-size: 12px;
}

.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;
	border: 0;
}

.order-summary-content .removegiftcardbutton:hover, .order-summary-content .removediscountbutton:hover
{
	cursor: pointer;
}

.order-summary-content .selected-checkout-attributes
{
	margin: 0px;
	padding: 10px 5px 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: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}

.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
{
	background-image: url(images/button_white_big.png);
	background-repeat: repeat-x;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.order-summary-content .checkout-buttons
{
	float: right;
	background-image: url(images/button_black.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.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:"wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 5px 0;
	border-bottom:0 none;
	margin:0 0 10px;
	width:100%;
}


.estimate-shipping
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}
.estimate-shipping .shipping-options
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
}
.estimate-shipping .shipping-options .shipping-option-item
{
	text-align: left;
	vertical-align: text-top;
	padding-left: 10px;
}
.estimate-shipping .shipping-options .shipping-option-item .option-name
{
	font-weight: bold;
}
.estimate-shipping .shipping-options .shipping-option-item .option-description
{
	padding: 5px 0 5px 16px;
}


/*~~ Gaming PC ~~~*/
.css-category-1
{
	color: #DC0000;
	font-size: 1.3em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	text-align: center;
	vertical-align: middle;
}

/*~~ Workstations ~~~*/
.css-category-2
{
	color: #5d9002;
	font-size: 1.3em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	text-align: center;
	vertical-align: middle;
}

/*~~ Home Theater ~~~*/
.css-category-3
{
	color: #0067be;
	font-size: 1.3em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	text-align: center;
	vertical-align: middle;
}

/*~~ Car PC ~~~*/
.css-category-4
{
	color: #000000;
	font-size: 1.3em;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT, ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkout-page, .checkout-one-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.checkout-page .page-title, .checkout-one-page .page-title
{
	border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 13px;
	color: #555;
}

.checkout-one-page .checkout-data .progress
{
	position: absolute;
	top: 100px;
	width: 180px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 5px 10px;
	text-align: center;
	z-index: 2147483647;
}

.checkoutstep
{
}

.checkoutstep .steptitle
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

.checkoutstep .stepcontent
{
	border: dashed 1px #2F4F4F;
	border-top: none;
	padding: 5px 5px 5px 5px;
}

.order-summary-title
{
	padding: 10px 10px 5px 0px;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #555;
	clear: both;
}
.order-summary-body
{
	text-align: center;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .select-address-title
{
	padding: 10px 10px 5px 0px;
	clear: both;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.checkout-data .address-grid
{
	margin-bottom: 15px;
	padding: 0px;
}

.checkout-data .address-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.checkout-data .address-grid .address-item
{
	text-align: center;
	border: 1px dotted #EFEFEF;
	width: 210px;
	height: auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
	min-height: 200px;
}

.checkout-data .address-grid .address-item .select-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
}

.checkout-data .address-grid .address-item .address-box
{
	text-align: left;
}

.checkout-data .enter-address-title
{
	padding: 10px 10px 5px 0px;
	clear: both;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.checkout-data .enter-address
{
	text-align: center;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}

.checkout-data .enter-address .enter-address-body
{
	text-align: left;
	margin: 10px 10px 10px 10px;
}

.checkout-data .enter-address .button
{
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-left: 10px;
}

.checkout-data .enter-address .the-same-address
{
	text-align: left;
	margin: 10px 10px 10px 10px;
}

.checkout-data .shipping-options
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .shipping-options .shipping-option-item
{
	text-align: left;
	vertical-align: text-top;
	padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name
{

}

.checkout-data .shipping-options .shipping-option-item .option-description
{
	padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .shipping-options .error-block
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .userewardpoints
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
	background: #F7F5E8;
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .payment-methods .payment-method-item
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .payment-methods .select-button
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .payment-methods .error-block
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}


.checkout-data .payment-info
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .payment-info .body
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.payment-info .body table tr td
{
	border: 1px dotted #EFEFEF;
}

.payment-info .redirect table tr td
{
	border: 0px;
}

.checkout-data .payment-info .select-button
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .confirm-order
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .confirm-order .select-button
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .confirm-order .error-block
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.checkout-data .order-completed
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.checkout-data .order-completed .body
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .order-completed .select-button
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.order-details
{
	margin-bottom: 15px;
	padding: 0px;
}
.order-details .page-title
{
	border-bottom: 0 none;
	float: left;
	width: auto;
}

.order-details .info
{
	border: 1px dotted #EFEFEF;
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
}
.order-details .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}
.order-details .order-overview
{
	text-align: left;
	padding-bottom: 10px;
}
.order-details .order-details-box
{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}
.order-details .products-box, .order-details .ordernotes-box
{
	text-align: left;
	border: 1px dotted #EFEFEF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.order-details .checkout-attributes
{
	text-align: right;
	vertical-align: middle;
	padding: 10px;
	height: auto;
}

.downloable-products
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.downloable-products .info
{
	padding: 10px;
}

.downloable-products .products-box
{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}

.order-progress
{
	height: 40px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 2px #f3f3f3;
}

.order-progress-Steps
{
	height: 40px;
	width: 540px;
	margin-left: 190px;
}

.order-progress ul
{
	padding: 0;
	margin: 0;
}

.order-progress ul li
{
	list-style: none;
	display: inline;
}

.ProgressStep-active
{
	background-image: url(images/progress-step-active.png);
	background-repeat: no-repeat;
	width: 90px;
	float: left;
	height: 32px;
	background-position: 50% bottom;
}

.ProgressStep-inactive
{
	background-image: url(images/progress-step-inactive.png);
	background-repeat: no-repeat;
	width: 90px;
	float: left;
	height: 32px;
	background-position: 50% bottom;
}

.order-progress ul li .active-step
{
	color: #FFF;
	padding-bottom: 40px;
	padding-right: 1px;
}

.order-progress ul li .inactive-step
{
	color: #454545;
	padding-bottom: 40px;
	padding-right: 1px;
}

.return-request
{
	margin-bottom: 15px;
	padding: 0px;
}
.return-request .page-title
{
	border-bottom: 0 none;
}
.return-request .section-addinfo
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
}
.return-request .products-box
{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}
.return-request .why
{
}
.return-request .buttons
{
	
}

.customer-return-request-list
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.customer-return-request-list .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}
.customer-return-request-list .request-list
{
}
.customer-return-request-list .request-list .request-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-product-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.home-page-product-grid .title
{
	padding: 10px 10px 10px 0px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
	text-align: center;
}

.home-page-product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.home-page-product-grid .item
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
}

.home-page-product-grid .item .product-title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

.home-page-product-grid .item .picture
{
	text-align: center;
}

.home-page-category-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(images/bg_categories.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.home-page-category-grid a
{
	color: #555;
	text-decoration: none;
}

.home-page-category-grid .item-box
{
	text-align: center;
	vertical-align: text-top;
	width: 306px;
	padding-bottom: 10px;
}

.home-page-category-grid .category-item
{
	width: 100%;
	margin-left: Auto;
	margin-right: Auto;
}

.home-page-category-grid .category-item .title
{
	font-size: 16px;
}

.home-page-category-grid .category-item .picture
{
	text-align: center;
}

.bestsellers
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.bestsellers .title
{
	padding: 10px 10px 10px 0px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
	text-align: center;
}

.bestsellers .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.bestsellers .item
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
}

.bestsellers .item .product-title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

.bestsellers .item .picture
{
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SMALL PRODUCTS BOX- TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.small-product-item
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.small-product-item .product-title
{
	font-size: 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(images/bg_home_products.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 330px;
}

.product-grid .item-box
{
	float: left;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
	width: 313px;
	min-height: 625px;
}

.product-grid .product-item
{
	text-align: center;
	margin: 10px 5px 10px 5px;
	width: 303px;
}

.product-grid .product-item .product-title
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

.product-grid .product-item .product-title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.product-grid .product-item .picture
{
	text-align: center;
	margin-top: 10px;
}

.product-grid .product-item .description
{
	text-align: center;
	color: #555;
}

.product-item .add-info, .sub-category .add-info, .topic-html-content-body .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 313px;
	height: 44px;
	position: relative;
}

.product-item .prices, .sub-category .prices, .item .prices, .sub-category-item .prices
{
	text-align: center;
	font-size: 18px;
	color: #666;
	height: 40px;
}

.product-item .add-info .buttons, .sub-category .add-info .buttons, .sub-category-item .add-info .buttons
{
	vertical-align: middle;
	position: absolute;
	text-align: center;
	width: 143px;
	top: 5px;
	background-image: url(images/white_button_bg.png);
	background-repeat: no-repeat;
	margin-left: 85px;
	height: 44px;
}

.item .add-info .buttons
{
	vertical-align: middle;
	text-align: center;
	width: 143px;
	top: 5px;
	background-image: url(images/white_button_bg.png);
	background-repeat: no-repeat;
	margin-left: 35px;
	height: 44px;
	margin-top: 10px;
}

.product-item .prices .productPrice, .sub-category .prices .productPrice, .product-price .price, .sub-category-item .prices .productPrice
{
	color: #D30404;
	font-size: 18px;
}

.product-item .add-info .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list
{
	width: 520px;
	margin: 0 auto 0 auto;
	padding:0px;
	list-style-type:none;
}

.product-list .item-box
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.product-list .product-item
{
	width: 520px;
	height: 177px;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
	margin-top: 10px;
	position: relative;
}

.product-list .product-item .product-title
{
	font-weight: bold;
	font-size: 12px;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
}

.product-list .product-item .product-title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.product-list .product-item .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.product-list .product-item .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.product-list .product-item .add-info
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.product-list .product-item .prices
{

}

.product-list .product-item .prices .productPrice
{
	color: green;
}

.product-list .product-item .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.product-list .product-item .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.featured-product-grid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	text-align: center;
}

.featured-product-grid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #DC0000;
}

.featured-product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.featured-product-grid .product-item
{
	text-align: center;
	margin: 10px 5px 10px 5px;
	width: 250px;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.featured-product-grid .product-item .product-title
{
	font-weight: bold;
	font-size:12px;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
}

.featured-product-grid .product-item .product-title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.featured-product-grid .product-item .picture
{
	text-align: center;
	margin-top: 10px;
}

.featured-product-grid .product-item .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.featured-product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.featured-product-grid .product-item .add-info .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.featured-product-grid .product-item .add-info .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.featured-product-grid .product-item .add-info .prices .productPrice
{
	color: green;
}

.featured-product-grid .product-item .add-info .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page
{
	margin-bottom: 15px;
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title
{
	border-bottom: 0 none;
}

.category-page .category-description, .manufacturer-page .manufacturer-description
{
	color: #555;
}

.sub-category-grid, .manufacturer-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(images/bg_categories.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 306px;
}

.sub-category-grid a, .manufacturer-grid a
{
	color: #555;
}

.sub-category-grid .item-box, .manufacturer-grid .item-box
{
	text-align: center;
	vertical-align: text-top;
	width: 313px;
	float: left;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item
{
	width: 100%;
	height: auto;
	margin-left: Auto;
	margin-right: Auto;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title
{
	text-align: center;
	/* [disabled]font-weight: bold; */
	font-size: 16px;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture
{
	min-height: 310px;
}

.sub-category-list
{
	margin-bottom: 15px;
	padding: 0px;
}

.product-sorting
{
	margin: 0px auto 10px auto;
	float: left;
}

.product-viewmode
{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}

.product-filters
{
	width: 100%;
	border-bottom: #dfe5e7 1px solid;
	border-top: #dfe5e7 1px solid;
}

.product-filters .filter-title
{
	font-weight: bold;
	padding-left: 10px;
	color: #555;
	font-size: 14px;
}

.product-filters .filter-title span
{
	display: block;
	line-height: 1.3em;
	overflow: hidden hidden;
}

.product-filters .filter-item
{
	padding: 0px 0px 0px 0px;
}

.price-range-filter
{
}

.price-range-filter .title
{
	color: #555;
	font-weight: bold;
	background: url('images/ico-arrow-r.gif') no-repeat;
	padding: 1px 0px 5px 20px;
}

.price-range-filter ul
{
	margin: 0;
	padding-left: 20px;
}

.price-range-filter li
{
	list-style: none;
	padding-bottom: 2px;
}

.price-range-filter .selected-price-range
{
	padding-left: 20px;
}

.price-range-filter .remove-price-range-filter
{
	font-weight: bold;
}

.product-spec-filter
{
	border-top: #dfe5e7 1px solid;
}

.product-spec-filter .title
{
	color: #555;
	font-weight: bold;
	background: url('images/ico-arrow-r.gif') no-repeat;
	padding: 1px 0px 5px 20px;
	margin-top: 5px;
}

.product-spec-filter table.filter {width: 100%;}
.product-spec-filter table.filter tr.group {font-weight: bold;}
.product-spec-filter table.filter tr.item td {padding: 2px 2px 2px 16px;}
.product-spec-filter table.filter tr.filtereditem {}

.product-spec-filter .remove-filter
{
	padding-top: 5px;
	padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter
{
	font-weight: bold;
}

.compare-products
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.compare-products .page-title
{
	border-bottom: 0 none;
}

.compare-products .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.compare-products-table
{
	width: 100%;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.compare-products-table .remove-button
{
	margin: 0px 0px 5px 0px;
	margin-right: 5px;
}

.compare-products-table tr.product-name
{
	background-color: #CCCCCC;
	font-weight: bold;
}

.compare-products-table td
{
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: dotted;
	padding: 3px;
}

.login-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.login-page .page-title
{
	border-bottom: 0 none;
}

.login-page .wrapper
{
	width: 720px;
	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-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.login-page .wrapper .new-wrapper .register-block, .page.login-page .page-body .new-wrapper.register-block
{
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	min-height: 280px;
	vertical-align: top;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	font-size: 13px;
}

.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: solid 1px #d3d3d3;
	height: 240px;
	vertical-align: top;
}

.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-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.captcha-enabled
{
	height: 310px !important;
}

.login-page .wrapper .returning-wrapper .login-block, .page.login-page .page-body .form-fields.returning-wrapper
{
	text-align: left;
	min-height: 240px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
}

.login-table-container
{
	vertical-align: middle;
	width: 100%;
}

.login-table-container .row
{
}

.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;
}

.login-table-container .row .item-value
{
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

.login-page .forgot-password
{
	font-weight: bold;
	font-size: 13px;
}

.login-page .buttons
{
	width: 100%;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: none;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	background-position: center;
}

.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 dotted #EFEFEF;
	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;
}

.customer-avatar
{
	padding: 10px;	
}

.customer-avatar .button
{
	margin: 5px 0;
}

.account-activation-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.account-activation-page .page-title
{
	border-bottom: 0 none;
}

.account-activation-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.address-edit-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.address-edit-page .page-title
{
	border-bottom: 0 none;
}

.address-edit-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.search-panel
{
	margin-bottom: 15px;
	padding: 0px;
}

.search-panel .page-title
{
	border-bottom: 0 none;
}

.search-panel .search-input
{
	border: 1px dotted #EFEFEF;
	padding: 10px;
}

.search-panel .search-results
{
	padding-top: 10px;
}

.search-panel .search-results .result
{
	font-weight: bold;
	color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search
{
	border-collapse: collapse;
	color: #333;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	table-layout: fixed;
}

.search-panel table.adv-search
{
	border-top: solid #D3D3D3 1px;
	margin-top:10px;
}

.search-panel table.adv-search .price-from,.search-panel table.adv-search .price-to
{
	width:100px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.contact-form
{
}

.contact-form .button
{
	text-align: right;
}


.contact-form .send-email
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding-left: 10px;
}

/* BREADCRUMB */
.breadcrumb {
	float: left;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	border-bottom: 1px dotted #EFEFEF;
	margin-bottom: 10px;
	color: #900;
}
.breadcrumb ul{margin:0px;padding:0px;}
.breadcrumb li{list-style:none;display:inline;}
.breadcrumb li strong{font-weight:bold;}
.breadcrumb a{
	text-decoration: none;
	color: #FFF;
}
.breadcrumb a:hover{
	text-decoration: none;
	color: #D20000;
}
.breadcrumb .delimiter{}

.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;
	clear: both;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
	border-bottom: solid 1px #999;
}

.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsdate
{
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems a.newstitle
{
	color: #444;
	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: #DC0000;
	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;
}

.newsitem .newsbody a
{
	color: #DC0000;
	text-decoration: underline;
}

.newscomments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newscomments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
}

.newscomments .newcomment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newscomments .newcomment td.leavetitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
}

.newscomments .newcomment td.button
{
	text-align: right;
}

.newscomments .commentlist
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.newscomment
{
	border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img
{
	border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.newscomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
	padding: 3px;
	font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
	padding: 3px;
}

/* BLOGS */
.blog-page{}
.blog-page .page-title{}
.blog-page .blogposts{margin:0 5px;padding:0;}
.blog-page .blogposts .post{
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog-page .blogposts .post:last-child { border-bottom: none;}
.blog-page .blogposts .post .blog-date{
	color: #666666;
}
.blog-page .blogposts .post a.blog-title{
	color: #444;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}
.blog-page .blogposts .post a.blog-title:Hover{text-decoration:underline;}
.blog-page .blogposts .blog-body,.blog-page .blogposts .tags{
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-page .blogposts .blog-body a,.blog-page .blogposts .tags a{
	color: #DC0000;
	text-decoration: underline;
}
.blog-page .blogposts .blog-details{
	font-weight: 700;
	text-decoration: none;
	color: #DC0000;
	background-color: inherit;
}
.blogpost-page{}
.blogpost-page .page-title{}
.blogpost-page .post-date{
	color: #333333;
}
.blogpost-page .post-body,.blogpost-page .tags{margin:0;padding:0;}
.blogpost-page .post-body a,.blogpost-page .tags a{
	color: #DC0000;
	text-decoration: underline;
}
.blogpost-page .post-body a:hover, .blogpost-page .tags a:hover {color: #B80709;text-decoration: underline;font-weight: normal;}
.blogpost-page .result{font-family:Verdana, Arial, sans-serif;font-size:10px;font-weight:700;color:red;}
.blogpost-page .new-comment{
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.blogpost-page .new-comment .inputs{
	margin-bottom: 12px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.blogpost-page .new-comment .captcha-box{margin-bottom:12px;}
.blogpost-page .new-comment .comment-text{
	width: 727px;
	height: 150px;
}
.blogpost-page .new-comment .buttons{text-align:left;}
.blogpost-page .comment-list{margin:10px 0px 10px 0;}
.blogpost-page .comment-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.blog-comment{}
.blog-comment .comment-info{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
}
.blog-comment .comment-info .user-info{padding-top:5px;}
.blog-comment .comment-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info .avatar{margin:5px 0;}
.blog-comment .comment-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.blog-comment .comment-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.blog-comment .comment-content .comment-time{
	font-weight: 700;
	line-height: 20px;
	padding: 3px;
	background-color: #999999;
}
.blog-comment .comment-content .comment-time .stat-value{font-weight:400;}
.blog-comment .comment-content .comment-body{
	padding: 3px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}


.blog
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blog .page-title
{
}

.blog .blogposts .post .blogdate
{
	color: #9a9a9a;
	font-style: italic;
}

.blog .blogposts .post a.blogtitle
{
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}

.blog .blogposts .post a.blogtitle:Hover
{
	text-decoration: underline;
}

.blog .blogposts
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.blog .blogposts .post
{
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogbody, .blog .blogposts .tags
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .blogbody a, .blog .blogposts .tags a
{
	color: #DC0000;
	text-decoration: underline;
}

.blog .blogposts .blogdetails
{
	font-weight: bold;
	text-decoration: none;
	color: #DC0000;
	background-color: inherit;
}

.blogpost
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogpost .page-title
{
	border-bottom: 0 none;
}

.blogpost .postdate
{
	color: #333333;
	font-style: italic;
}

.blogpost .postbody, .blogpost .tags
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.blogpost .postbody a, .blogpost .tags a
{
	color: #DC0000;
	text-decoration: underline;
}

.blogcomments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogcomments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
}

.blogcomments .newcomment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}


.blogcomments .newcomment td.leavetitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
}

.blogcomments .newcomment td.button
{
	text-align: right;
}

.blogcomments .commentlist
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
}

.blogcomment
{
	border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img
{
	border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 3px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}

.todays-poll-box
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.todays-poll-box .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.todays-poll-box .todays-poll-box-block
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.todays-poll-box .poll-item
{
	float: left;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.block-poll .poll-item
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	background-color: inherit;
	text-align: left;
	vertical-align: top;
}

.poll-item label
{
	margin: 0px 0px 0px 5px;
}

.poll-take-poll, .poll-results
{
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
}

.poll-display-text
{
	font-weight: bold;
}

.poll-total-votes
{
	font-style: italic;
}

.emailafriend-box
{
	margin-bottom: 15px;
	padding: 0px;
}

.emailafriend-box .page-title
{
	border-bottom: 0 none;
}

.emailafriend-box .send-email .product
{
	font-weight: bold;
}

.recently-added-products
{
	margin-bottom: 15px;
	padding: 0px;
}

.recently-added-products .page-title
{
}

.recently-viewed-products
{
	margin-bottom: 15px;
	padding: 0px;
}

.recently-viewed-products .page-title
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	font-size: 11px;
	color: #555;
}

.account-page .body .save-button
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
}

.account-page .body .edit-address
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
}

.order-item .buttons .CustomerOrdersButtons
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_white_big.png);
	background-repeat: no-repeat;
	float: left;	
}

.customer-info-box
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
}

.customer-info-box .buttons
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 25px;
}

.customer-info-box .section-title
{
	padding: 10px 10px 5px 0px;
	clear: both;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.customer-info-box .section-body
{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
}

.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;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-addresses .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}

.customer-addresses .address-list
{
}

.customer-addresses .address-list .address-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
}

.customer-addresses .add-button
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
}

.customer-orders
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	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;
	font-size: 12px;
}

.customer-orders .recurring-payments .recurring-payments-box
{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}

.customer-pass-recovery
{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}

.customer-pass-recovery .buttons
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
}

.customer-rewardpoints
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-rewardpoints .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}

.customer-rewardpoints .reward-points-overview
{
	padding: 10px 10px 5px 0px;
	width: 100%;
}

.customer-rewardpoints .reward-points-history
{
	padding: 10px 10px 5px 0px;
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.product-collateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.product-essential
{
}

.product-details-info
{
}

.product-details-info .picture
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
	text-align: center;
}

.product-details-info .overview
{
	float: right;
	width: 590px;
	margin-top: 25px;
}

.product-details-info .overview .productname
{
	color: #DC0000;
	font-size: 25px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	margin-bottom: 0.3em;
}

.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;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.product-details-info .fulldescription
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.product-share-button
{
	margin-bottom: 10px;
	padding-left: 25px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT REVIEWS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-reviews-overview
{
	margin-left: 25px;
}
.product-reviews-overview .product-review-box 
{
	margin-right: 5px;
	width: 125px;
	height: 30px;
}
.product-reviews-grid 
{
	margin-left: 90px;
}
.product-review-box .rating 
{
	height: 30px;
	width: 125px;
	background: url(images/star_x_inactive.png) 0 0 repeat-x;
}
.product-review-box .rating  div 
{
  height: 12px;
  background: url(images/star_x_active.png) 0 0 repeat-x;
}

.product-reviews-overview .product-review-links .separator 
{ 
	margin: 0 2px; 
}
.product-reviews-overview .product-review-links 
{ 
	margin: 0;
}
.product-no-reviews
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.product-no-reviews a
{
	text-decoration: underline;
}

.product-reviews-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.product-reviews-page .write-review .review-title
{
	width:350px;
}

.product-reviews-page .write-review .review-text
{
	width:350px;
	height:150px;
}

.product-reviews-page .page-title
{
	border-bottom: 0 none;
}
.product-reviews-page .page-title a
{
	border-bottom: 0 none;
	text-decoration: underline;
}

.product-review-list
{
	margin: 30px 0 0 0;
}
.product-review-list .product-review-item .review-title
{
	float: left;
	margin-bottom: 5px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 16px;
}
.product-review-list .product-review-item
{
	border: 1px dotted #EFEFEF;
	margin: 10px 0 0 0;
	padding: 10px 10px 20px 10px;
	clear: both;
	background: rgba(255, 255, 255, 0.2);
}
.product-review-list .product-review-item .product-review-box
{
	float: right;
	margin-right: 5px;
	width: 125px;
	height: 30px;
}
.product-review-list .product-review-item .review-text
{
	float: left;
	margin-bottom: 5px;
}
.product-review-list .product-review-item .review-info
{
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
.product-review-list .product-review-item .review-info .separator 
{ 
	margin: 0 2px; 
}

.product-review-helpfulness
{
	font-size: 15px;
	color: #333;
	clear: both;
	margin-top: 10px;
}
.product-review-helpfulness .vote
{
	color: #DC0000;
	font-weight: bold;
	text-decoration: none;
}
.product-review-helpfulness .vote:hover
{
	cursor: pointer;
	text-decoration: none;
}






.product-variant-list
{
	margin-bottom: 15px;
	padding: 0px;
}

.product-variant-line
{
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: solid 1px #d3d3d3;
}

.product-variant-line .picture
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-top: solid 1px #d3d3d3;
	padding-top: 10px;
}

.product-variant-line .overview
{
	float: right;
	width: 800px;
	margin-right: 50px;
	text-align: right;
}

.product-variant-line .overview .productname
{
	color: #999;
	font-size: 35px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.product-variant-line .description
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.product-details-page .downloadsample
{
	clear: both;
	color: #555;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-details-page .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;
	padding-top: 8px;
	margin-left: 500px;
	font-size: 20px;
	margin-top: 2px;
	color: #F2F2F2;
}

.product-variant-line .price .productPrice
{
	color: #F2F2F2;
	font-weight: bold;
}

.product-variant-line .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.product-variant-line .add-info
{
	padding-bottom: 10px;
	height: 50px;
	padding-top: 10px;
	background-image: url(images/bg_end_attributes.png);
	background-repeat: repeat-x;
	background-position: top;
}

.product-variant-line .add-info .qty-input,.product-essential .add-info .qty-input
{
	width:40px;
}

.product-variant-line .attributes
{
	background-image: url(images/bg_attributes.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: solid 1px #d1d1d1;
}

.product-variant-line .attributes .attributes_details
{
	background-image: url(images/bg_attributes.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: solid 1px #d1d1d1;
	padding-bottom: 30px;
}

.product-variant-line .attributes .attributes_details .attributes_details_items
{
	padding-left: 15px;
}

.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-details-page .error
{
	font-weight: bold;
	color: Red;
}


.product-essential .price
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-essential .price .productPrice
{
	color: green;
}

.product-essential .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}


.related-products-grid, .also-purchased-products-grid
{
	height: 360px;
	background-image: url(images/bg_home_products_related.png);
}

.related-products-grid .title, .also-purchased-products-grid .title
{
	font-size: 35px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #999;
	padding-left: 60px;
	border-bottom: 2px dotted #EFEFEF;
	margin-bottom: 20px;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box,
.page.recently-added-products-page .page-body .product-grid .item-box,
.page.recently-viewed-products-page .page-body .product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
	width: 230px;
}
.related-products-grid .item, .also-purchased-products-grid .item,
.page.recently-added-products-page .page-body .product-grid .item-box .item,
.page.recently-viewed-products-page .page-body .product-grid .item-box .item
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 210px;
}

.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;
}





.productspec-box
{
}
.productspec-box .title
{
	clear: both;
	font-size: 15px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #DC0000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.productspec-box .productspec-list
{
	width: 500px;
	border: 1px dotted #EFEFEF;
}

.producttags-box
{
	color: #555;
	float: right;
	width: 275px;
	margin-left: 25px;
}
.producttags-box .title
{
	clear: both;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #DC0000;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.producttags-box .producttags-list
{
}
.producttags-box .producttags-list a
{
	text-decoration: underline;
}

.tier-prices
{
	text-align: center;	
	margin-bottom: 10px;
}

.tier-prices .prices-header
{
	background: #3a3a3a;
	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;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRIVATE MESSAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sendpmbox
{
	background-color:#EEEEEE;
	border:1px solid #A0A0A0;
	color:#555555;
	display:block;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	margin:2px 0 2px 2px;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-transform:uppercase;
}
.sendpmbox .pmlinkbutton
{
	line-height:14px;
	padding:1px 6px 2px 18px;
	background: url('images/ico-pm.png') no-repeat;
}
.privatemessagesend
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}
.privatemessagesend .title
{
	background: url('images/pm-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}
.privatemessagesend .wrapper
{
	padding: 5px 5px 5px 5px;
}
.privatemessagesend table.postmessage
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}
.privatemessagesend table.postmessage td
{
	padding: 4px 4px 4px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.privatemessagesend table.postmessage td.fieldname
{
	font-weight: bold;
	width: 20%;
	color: #555;
}
.privatemessagesend table.postmessage td.options
{
	text-align: right;
}
.privatemessageview
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}
.privatemessageview .title
{
	background: url('images/pm-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}
.privatemessageview .wrapper
{
	padding: 5px 5px 5px 5px;
}
.privatemessageview table.viewmessage
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}
.privatemessageview table.viewmessage td
{
	padding: 4px 4px 4px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.privatemessageview table.viewmessage td.fieldname
{
	font-weight: bold;
	width: 20%;
	color: #555;
}
.privatemessageview table.viewmessage a
{
	color: #DC0000;
	text-decoration: underline;
}
.privatemessageview table.viewmessage td.options
{
	text-align: right;
}
.private-messages-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.private-messages-page .page-title
{
	border-bottom: 0 none;
}
.private-messages-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}
.private-messages-box
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
}
.private-messages-box .section-body
{
	text-align: left;
	padding: 10px;
	height: auto;
}
.private-messages-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}
.pmgridtablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	width: 100%;
}
.pmgridtablestyle td a
{
	text-decoration: none;
	display:block;
}
.pmgridaltrowstyle
{
	background-color: #F4FAFF;
}
.pmgridheaderstyle th
{
	background: url('images/grid-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}
.pmgridrowstyle td, .pmgridaltrowstyle td
{
	padding: 4px 10px 4px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}
.pmgridpagerstyle, .latestpostsgridpagerstyle, .fsgridpagerstyle
{
	padding:5px;
	background: #eeeeee;
	vertical-align: middle;
}

.pmgridpagerstyle span, .latestpostsgridpagerstyle span, .fsgridpagerstyle span
 {
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
 }
.pmread
{	
}
.pmunread
{
	font-weight:bold;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM MAIN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsmain
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.forumsmain .forumsmainheader
{
	/* [disabled]border-bottom: solid 2px #f3f3f3; */
	height: 60px;
}

.forumsmain .forumsmainheader .currenttime
{
	padding-top: 20px;
	font-size: 0.9em;
	color: #555;
	float: left;
}

.forumsmain .forumsmainheader .forumsearchbox
{
	float: right;
	text-align: right;
}

.forumsmain .forumgroups
{
	margin-top: 10px;
}

.forumsmain .activediscussions
{
	margin-top: 50px;
}

.forumbreadcrumb
{
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.forumbreadcrumb a
{
	text-decoration: none;
	color: #3a3a3a;	
}

.forumbreadcrumb a:hover
{
	text-decoration: none;
	color: #DC0000;
}

.forumgrouppage .forumsearchbox
{
	text-align: right;
}

.forumgroup
{
	padding-top: 10px;

}

.forumgroups .forumgroup .grouptitle
{
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 5px;
}

.forumgroup .grouptitle a
{
	font-weight: normal;
}

.forumgroup table.groups
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.forumgroup table.groups td
{
	padding: 3px 0 3px 0;
}

.forumgroup tr.groupheader
{
	font-weight: bold;
}

.forumgroup tr.groupheader td
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forumgroup tr.groupheader td.forumname
{
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forumgroup tr.groupheader td.topics
{
	width: 10%;
}

.forumgroup tr.groupheader td.posts
{
	width: 10%;
}

.forumgroup tr.groupheader td.lastpost
{
	width: 25%;
}

.forumgroup tr.forum td.image div
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumgroup tr.forum td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forumgroup tr.forum td.forumname
{
	text-align: left;
	width: 55%;
}

.forumgroup tr.forum td.forumname .forumtitle
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.forumgroup tr.forum td.forumname .forumdescription
{
	font-size: 0.9em;
	color: #555;
}

.forumgroup tr.forum td.lastpost
{
	font-size: 0.8em;
	color: #555;
}

.forum-subscriptions-box
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
}

.forum-subscriptions-box .forum-subscriptions
{
	padding: 10px 10px 5px 0px;
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
}

.forum-subscriptions-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.forum-subscriptions-box .forum-subscriptions-grid
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	width: 100%;
	border-collapse: collapse;
}
.forum-subscriptions-box .forum-subscriptions-grid a
{
	display: block;
	margin-left:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forum
{
}

.forum .forumheader
{
}

.forum .top
{
}

.forum .top .foruminfo
{
	float: left;
}

.forum .top .foruminfo .forumname
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 25px;
}

.forum .top .foruminfo .forumdescription
{
	color: #555;
}

.forum .top .actions
{
	float: right;
	text-align: right;
}

.forum .top .actions .newtopic
{
	background: url('images/ico-forum-post-add.gif') no-repeat;
	padding: 0 10px 3px 20px;
}

.forum .top .actions .watchforum
{
	background: url('images/ico-forum-watch.gif') no-repeat;
	padding-left: 20px;
}

.forum .top .actions .forumsearchbox
{
	padding-top: 5px;
}

.forum .topicsgroup
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.forum table.topics
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.forum table.topics td
{
	padding: 3px 0 3px 0;
}

.forum table.topics tr.forumheader
{
	font-weight: bold;
}

.forum table.topics tr.forumheader td
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forum table.topics tr.forumheader td.topicname
{
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forum table.topics tr.forumheader td.replies
{
	width: 10%;
}

.forum table.topics tr.forumheader td.views
{
	width: 10%;
}

.forum table.topics tr.forumheader td.lastpost
{
	width: 25%;
}

.forum table.topics tr.topic td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forum table.topics tr.topic td.image div
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic td.topicname
{
	text-align: left;
	width: 55%;
}

.forum table.topics tr.topic td.topicname .topictype
{
	font-size: 0.9em;
	line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topictitle
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topicstarter
{
	font-size: 0.9em;
	color: #555;
}

.forum table.topics tr.topic td.topicname .topicspager
{
	font-size: 0.9em;
	color: #555;
}

.forum table.topics tr.topic td.lastpost
{
	font-size: 0.8em;
	color: #555;
}

.forum table.topics tr.topic .post
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forum .pager
{
	text-align: right;
	padding: 5px 3px 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC EDIT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.postedit
{

}

.postedit .title
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.postedit .wrapper
{
	padding: 5px 5px 5px 5px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.postedit table.posttopic
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.postedit table.posttopic td
{
	padding: 4px 4px 4px 4px;
}

.postedit table.posttopic td.fieldname
{
	font-weight: bold;
	width: 20%;
	color: #555;
}

.postedit table.posttopic td.options
{
	text-align: right;
}

.moveforumtopic
{
}

.moveforumtopic .title
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.moveforumtopic .wrapper
{
	padding: 5px 5px 5px 5px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}

.moveforumtopic table.movetopic
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.moveforumtopic table.movetopic td
{
	padding: 4px 4px 4px 4px;
}

.moveforumtopic table.movetopic td.fieldname
{
	font-weight: bold;
	width: 30%;
	color: #555;
	white-space: nowrap;
}

.moveforumtopic table.movetopic td.options
{
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumtopic
{

}

.forumtopic .title
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.forumtopic .title .topicname
{
	float: left;
	font-size: 12px;
}

.forumtopic .title .manage
{
	float: right;
	text-align: right;
}

.forumtopic .title .manage a
{
	color: #F3F3F3;
}

.forumtopic .topicheader
{
	padding: 5px 5px 5px 5px;
	background: rgba(255, 255, 255, 0.2);
	height: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #EFEFEF;
	border-bottom-color: #6a6a6a;
	border-left-color: #EFEFEF;
}

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions
{
	float: right;
	text-align: right;
}

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a
{
	font-weight: bold;
}

.forumtopic .posts
{
}

.topicfooter
{
	padding: 5px 5px 5px 5px;
	background: #F3F3F3;
	height: 16px;
	background: rgba(255, 255, 255, 0.2);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #6a6a6a;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

.forumtopic .pager, .topicfooter .pager
{
     text-align: left;
}

.forumpost
{
	background: rgba(255, 255, 255, 0.2);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #EFEFEF;
	border-bottom-color: #E3E3E3;
	border-left-color: #EFEFEF;
}

.postinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
}

.postinfo .manage
{
	line-height: 20px;
}

.postinfo .manage a
{
	font-weight: bold;
	color: #555;
}

.postinfo .userinfo
{
	padding-top: 5px;
}

.postinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.postinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.postinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.postinfo .userinfo .avatar .avatar-img
{
	border: solid 2px #CEDBE1 !important;
}

.postinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.postinfo .userinfo .userstats .statvalue
{
	font-weight: normal;
}

.postcontent
{
	margin-left: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}

.postcontent .posttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.5);
	color: #CCC;
}

.postcontent .posttime .statvalue
{
	font-weight: normal;
}

.postcontent .postbody
{
	padding: 3px;
}

.postcontent .postbody a
{
	color: #DC0000;
	text-decoration: underline;
}


.postcontent .postbody .posttext
{
}

.postcontent .postbody .posttext .quote
{
	padding: 5px 5px 5px 5px; 
	border: dashed 1px black; 
	background-color: #ffffff;
}


.postcontent .signature
{
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0;
	font-size:90%;
	margin:1em 8px 8px;
	padding:1em 0 20px;
	text-align:left;
	font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM SEARCH

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsearchbox
{
	font-size:0.9em;
	float: right; 
	text-align: right; 
	padding: 5px 0;
}

.forumsearch
{
}

.forumsearch .forum-search-panel
{
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding-left: 10px;
}

.forumsearch .forum-search-panel .page-title
{
	border-bottom: 0 none;
}

.forumsearch .forum-search-panel .search-input
{
}

.forumsearch .forum-search-panel .search-error
{
	color: Red;
}

.forumsearch .forum-search-panel .search-results
{
}

.forum-search-panel table.adv-search
{
	color: #333;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}

.forum-search-panel table.adv-search
{
	border-top: solid #D3D3D3 1px;
	margin-top:10px;
}

.forum-search-panel table.adv-search td.title
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	width: 130px;
}

.forum-search-panel table.adv-search td.data
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}


.forumsearch .topicsgroup
{
	background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.forumsearch table.topics
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.forumsearch table.topics td
{
	padding: 3px 0 3px 0;
}

.forumsearch table.topics tr.forumheader
{
	font-weight: bold;
}

.forumsearch table.topics tr.forumheader td
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forumsearch table.topics tr.forumheader td.topicname
{
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forumsearch table.topics tr.forumheader td.replies
{
	width: 10%;
}

.forumsearch table.topics tr.forumheader td.views
{
	width: 10%;
}

.forumsearch table.topics tr.forumheader td.lastpost
{
	width: 25%;
}

.forumsearch table.topics tr.topic td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forumsearch table.topics tr.topic td.image div
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic td.topicname
{
	text-align: left;
	width: 55%;
}

.forumsearch table.topics tr.topic td.topicname .topictype
{
	font-size: 0.9em;
	line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topictitle
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topicstarter
{
	font-size: 0.9em;
	color: #555;
}

.forumsearch table.topics tr.topic td.lastpost
{
	font-size: 0.8em;
	color: #555;
}

.forumsearch table.topics tr.topic .post
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky
{
	text-align: left;
	width: 36px;
	height: 36px;
	background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forumsearch .pager
{
	text-align: right;
	padding: 5px 3px 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PROFILE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.profile-page
{
}

.profile-page .title
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.profile-page .body
{
	margin-top: 15px;
}

.profile-page .body .profileInfoBox
{
	background: url('images/forum-footer-bg.gif') repeat-x bottom;	
}

.profile-page .body .profileInfoBox .title
{
}

.profile-page .body .profileInfoBox .profileStat
{
	font-weight: bold;
	padding: 2px;
}

.profile-page .body .profileInfoBox .profileStat .profileStatValue
{
	font-weight: normal;
	color: #555;
}

.profile-page .body .profileInfoBox .userDetails
{
	width: 180px;
	float: left;
	padding: 10px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
	text-align: center;
}

.profile-page .body .profileInfoBox .userDetails .avatar
{
	margin-bottom: 5px;
}

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img
{
	border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profileInfoBox .userStats
{
	margin-left: 200px;
	border-left: solid 1px #F3F3F3;
	padding: 10px;
}

.profile-page .body .profileInfoBox .userStats .section-title
{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.profile-page .body .userLastPosts
{
}

.profile-page .body .userLastPosts .topic
{
	border: solid 1px #F3F3F3;
	margin-bottom: 10px;
}

.profile-page .body .userLastPosts .topicTitle
{
	font-weight: bold;
	line-height: 20px;
	background: #e3f3f3;
	padding: 3px;
}

.profile-page .body .userLastPosts .topicBody
{
	padding: 10px;
}

.profile-page .body .userLastPosts .topicBody a
{
	color: #DC0000;
	text-decoration: underline;
}

.profile-page .body .userLastPosts .topicBody .quote
{
	padding: 5px 5px 5px 5px; 
	border: dashed 1px black; 
	background-color: #ffffff;
}

.profile-page .body .userLastPosts .topicData
{
	background: #f3f3f3;
	padding: 3px;
	color: #555;
	font-size: 0.9em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BB CODE EDITOR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.toolbar
{
	padding: 2px;
	display: inline;
}

.toolbar .button
{
	background: url('images/bbeditor-button-bg.gif') repeat-x;
	padding: 2px;
	margin-right: 2px;
	border: #cec6b5 1px solid;
}

.toolbar .button:hover
{
	border: #333 1px solid;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACTIVE DISCUSSIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.activediscussionspage
{
}

.activediscussions .activediscussionstitle
{
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 5px;
	font-weight: normal;
	padding-left: 10px;
}

.activediscussions .activediscussionstitle .viewall
{
	float:right;
	text-align:right;
}

.activediscussions .topicsgroup
{
	background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.activediscussions table.topics
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.activediscussions table.topics td
{
	padding: 3px 0 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader
{
	font-weight: bold;
}

.activediscussions table.topics tr.activediscussionsheader td
{
	background: url('images/forum-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname
{
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.activediscussions table.topics tr.activediscussionsheader td.replies
{
	width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views
{
	width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost
{
	width: 25%;
}

.activediscussions table.topics tr.topic td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.activediscussions table.topics tr.topic td.topicname
{
	text-align: left;
	width: 55%;
}

.activediscussions table.topics tr.topic td.topicname .topictitle
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter
{
	font-size: 0.9em;
	color: #555;
}
.activediscussions table.topics tr.topic td.topicname .topicspager
{
	font-size: 0.9em;
	color: #555;
}

.activediscussions table.topics tr.topic td.lastpost
{
	font-size: 0.8em;
	color: #555;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BBCODES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.orange
{
	font-family: arial,helvetica;
}

.orange .ajax__tab_body
{
	border: 1px solid #333;
	border-top: none;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

.orange .ajax__tab_header
{
	background-color: #333;
	border: solid 2px #333;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
}

.orange .ajax__tab_tab
{
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: solid 1px #FFF;
	padding: 5px;
	background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab
{
	color: #DC0000;
	border: solid 1px #DC0000;
}

/* 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;
}
.master-wrapper-page .master-wrapper-content .master-wrapper-center-1 .master-wrapper-cph-1 .private-messages-page .body #tabs #tabs-1 .private-messages-box form .buttons, .master-wrapper-page .master-wrapper-content .master-wrapper-center-1 .master-wrapper-cph-1 .private-messages-page .body #tabs #tabs-2 .private-messages-box form .buttons
{
	padding-top: 10px;
}
.master-wrapper-page .master-wrapper-content .master-wrapper-center-1 .master-wrapper-cph-1 .private-messages-page .body #tabs 
{
	padding-bottom: 20px;
}
.picturethumbsgallery {
	margin-left: 60px;
}
.shareinfo .sharelabel {
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}


.wishlist-page .body .shareinfo {
	background: rgba(255, 255, 255, 0.2);
	font-size: 1.2em;
	height: 50px;
	border: 1px dotted #EFEFEF;
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 5px;
}

.wishlist-page .body .shareinfo .sharelink {
	font-size: 15px;
	text-decoration: underline;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}
.emailafriend-page .send-email {
	border: 1px dotted #EFEFEF;
	margin-top: 10px;
	padding: 0 0 10px 10px;
	background: rgba(255, 255, 255, 0.2);
}

.emailafriend-box .send-email
{
	border: 1px dotted #EFEFEF;
	margin-top: 10px;
	padding: 0 0 10px 10px;
	background: rgba(255, 255, 255, 0.2);
}
.Product_full_description {
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
}
.overview_title {
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 22px;
	vertical-align: bottom;
}

.oldproductPrice {
	text-decoration: line-through;
}
.payment-info .redirect {
	padding-left: 7px;
	width: 400px;
}
.order-completed .body .htmlcontent {
	padding-left: 0px;
}
.product-reviews-page #review-form {
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}
.main-page-text {
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	padding: 10px;
}
.TopicBlock-Gaming-Category {
	width: 100%;
}
.sub-category {
	width: 310px;
}
.sub-category-gaming-title {
	text-align: center;
}
.Block-text-home {
	width: 289px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	height: 370px;
	margin: 5px;
	padding: 5px;
}

.Block-text-home-es {
	width: 289px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	height: 375px;
	margin: 5px;
	padding: 5px;
}

.rss {
	width: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Floating Box */
#FloatBox {
	background: #d1d3d3;
	width:920px;
	float:none;
	height:170px;
	border-bottom: 1px dotted #323232;
}

#portamento_container {float:none; position:relative;} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #FloatBox {float:none; position:absolute;} /* no need to float anymore, become absolutely positoned */
#portamento_container #FloatBox.fixed {position:fixed;} /* if the panel is sliding, it needs position:fixed */
.producttags-wrapper {
	float: left;
}

/* E3iO Menu */
ul#e3iomenu1,ul#e3iomenu1 ul{
	margin:0;list-style:none;padding:0;border-width:0px;border-style:solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

ul#e3iomenu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;background-color:#424542;border-width:2px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-color:#FFF;padding:0 10px 10px;}
ul#e3iomenu1 li:hover>*{
	display:block;}
ul#e3iomenu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#e3iomenu1 li:hover{
	z-index:1;}
ul#e3iomenu1 ul ul{
	position:absolute;left:100%;top:0;}
ul#e3iomenu1{
	font-size:0;z-index:999;position:relative;display:inline-block;padding:0;}
* html ul#e3iomenu1 li a{
	display:inline-block;}	
ul#e3iomenu1 li{
	margin:0;}
ul#e3iomenu1 a:active, ul#e3iomenu1 a:focus{
	outline-style:none;}
ul#e3iomenu1 a{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font:12px Verdana,Geneva,sans-serif;color:#CCC;text-shadow:#000000 0 0 1px;cursor:pointer;padding:6px 10px 6px 10px;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;}
ul#e3iomenu1 ul li{
	float:none;margin:10px 0 0;}
ul#e3iomenu1 ul a{
	text-align:left;padding:4px;background-color:#424542;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:12px Verdana,Geneva,sans-serif;color:#bebebe;text-decoration:none;text-shadow:#FFF 0 0 0;}
ul#e3iomenu1 li:hover>a,ul#e3iomenu1 li a.pressed{
	background-color:#CCCCCC;border-color:#C0C0C0;border-style:solid;color:#333;text-shadow:#000000 0 0 1px;background-image:url(images/mainbk.png);background-position:0 100px;text-decoration:none;}
ul#e3iomenu1 img{
	border:none;vertical-align:middle;margin-right:6px;}
ul#e3iomenu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#e3iomenu1 ul span{
	background-image:url(images/arrowsub.png);padding-right:8px;}
ul#e3iomenu1 ul li:hover>a,ul#e3iomenu1 ul li a.pressed{
	background-color:#424542;background-image:none;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 0;}
ul#e3iomenu1 li.topfirst>a{
	border-width:0;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
ul#e3iomenu1 li.topmenu>a{
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
ul#e3iomenu1 li.toplast>a{
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.grouptitle, .forum-group .group-title {
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 15px;
	padding-left: 10px;
}
.activediscussionstopics {
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.product-add {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	margin-bottom: 10px;
}
.product-picture-add {
	float: left;
	width: 300px;
	margin-top: 25px;
}

.css-category-1 a
{
	color: #A60000;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	text-decoration: none;
	font-weight: bold;
}

.page-body {
	float: left;
	width: 940px;
	min-height: 600px;
}
.product-variant-line #FloatBox .add-to-cart {
	/* [disabled]padding-bottom: 10px; */
	height: 75px;
	padding-top: 10px;
	background-image: url(images/bg_end_attributes.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 920px;
	float: none;
}
.add-to-cart .qty-imput {
	margin-bottom: 10px;
	float: right;
	margin-right: 26px;
	color: #CCCCCC;
}
.floatbox_button {
	width: 920px;
	height: 35px;
}
.a-left.specname {
	width: 250px;
}
.a-left.specvalue {
	width: 250px;
}
.grid tbody .even {
	background-color: #e4e4e4;
}
.option-list li {
	list-style-type: none;
}
.old-product-price {
	text-decoration: line-through;
}
.page.blog-page .page-body {
	width: 100%;
}
.link-rss {
	float: right;
}
.page.blogpost-page .page-body {
	width: 100%;
}
.page.blogpost-page .page-body .new-comment .title {
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #3a3a3a;
}
.forum-search-box form .form-search {

}
.forum-search-box form .advanced {
	margin-right: 55px;
}

.admin-header-links{
	float: left;
	position: absolute;
	margin-left: 20px;
}
.admin-header-links .ico-admin{
	list-style: none;
	padding: 5px;
	margin-bottom: 5px;
	display: inline-table;
	background-image: url(images/ico-admin.png);
	background-repeat: no-repeat;
	float: left;
}
.admin-header-links ul{padding:0;margin:0;}
.admin-header-links ul li{
	list-style-type: none;
}
.admin-header-links .administration{font-weight:bold;}
.admin-header-links span.impersonate{color:#E44097;font-weight:700;}
.admin-header-links span.impersonate .finish-impersonation{color:#F93;}

.enter-address-body checkbox, .enter-address-body input, .enter-address-body radio, .enter-address-body select, .enter-address-body button,
.payment-info .redirect checkbox, .payment-info .redirect input, .payment-info .redirect radio, .payment-info .redirect select, .payment-info .redirect button,
.send-email .forms-box checkbox, .send-email .forms-box input, .send-email .forms-box radio, .send-email .forms-box select, .send-email .forms-box button,
.edit-address checkbox, .edit-address input, .edit-address radio, .edit-address select, .edit-address button,
.page.registration-page .form-fields checkbox, .page.registration-page .form-fields input, .page.registration-page .form-fields radio, .page.registration-page .form-fields select, .page.registration-page .form-fields button, .return-request-page .form-fields checkbox, .return-request-page .form-fields input, .return-request-page .form-fields radio, .return-request-page .form-fields select, .return-request-page .form-fields button, .page.email-a-friend-page .input-box input, .page.account-page form .form-fields input, .change-password-page .form-fields input
{
	border: 2px solid #acacac;
	font-size: 12px;
	padding: 1px;
}

.cart-total-left{width:100%;text-align:right;vertical-align:middle;height:21px;font-weight:700;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;}

.checkout-data .order-review-data-box{text-align:left;padding:10px;height:auto;}
.checkout-data .order-review-data-box .order-details-table{width:100%;border:0px;border-collapse:collapse;border-spacing:0;}
.checkout-data .order-review-data-box .order-details-table .billinginfo,.checkout-page .order-review-data-box .order-details-table .shippinginfo{width:50%;vertical-align:top;}
.checkout-data .order-review-data-box .order-details-table .payment-method,.checkout-page .order-review-data-box .order-details-table .shipping-method{margin-top: 10px;}

.page-body form .send-email {
	border: 1px dotted #EFEFEF;
	margin-top: 10px;
	padding: 0 0 10px 10px;
	background: rgba(255, 255, 255, 0.2);
	width: 740px;
}

/* CONTACTS */
.contact-page{}
.contact-page .result{font-weight:bold;}
.contact-page .inputs-left{float:left;}
.contact-page .inputs-right{float:right;}
.contact-page .inputs{
	margin-bottom: 12px;
	margin-right: 20px;
}
.contact-page .captcha-box{margin-bottom:12px;}
.contact-page .fullname{width:250px;padding:1px;}
.contact-page .email{width:250px;padding:1px;}
.contact-page .enquiry{width:350px;height:150px;}
.contact-page .buttons{text-align:left;}
.page.contact-page .page-body {
	width: 760px;
}
.send-email .buttons .buttom_black {
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: none;
}

/* CUSTOMER ACCOUNT PAGES */
.account-page{}
.account-page .result{font-family:Verdana, Arial, sans-serif;font-size:10px;font-weight:700;color:red;}
.account-page .page-title{}
.account-page .page-body{
	margin: 0;
	padding: 0;
	color: #555;
	width: 760px;
}
.account-page .section-body{
	text-align: left;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
}
.address-list-page{}
.address-list-page .address-list{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.address-list-page .address-list .address-item{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
}
.address-list-page .address-list .address-item .title{
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 15px;
}
.address-list-page .address-list .address-item .info{float:left;}
.address-list-page .address-list .address-item .buttons{float:right;}
.address-list-page .add-button{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
}
.address-edit-page{}
.address-edit-page .buttons{}
.avatar-page{padding:10px;}
.avatar-page .buttons{margin:5px 0;}
.back-in-stock-subscription-list-page{}
.back-in-stock-subscription-list-page .subscription-list{}
.back-in-stock-subscription-list-page .description{}
.back-in-stock-subscription-list-page .no-data{}
.back-in-stock-subscription-list-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.back-in-stock-subscription-list-page .biss-grid-pager-style{padding:5px;background:#eee;vertical-align:middle;}
.back-in-stock-subscription-list-page .biss-grid-pager-style span{font-weight:700;font-size:1.1em;}
.change-password-page{}
.change-password-page .buttons
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
}
.downloadable-products-page{}
.downloadable-products-page .no-data{}
.forum-subscriptions-page{}
.forum-subscriptions-page .subscription-list{}
.forum-subscriptions-page .description{}
.forum-subscriptions-page .no-data{}
.forum-subscriptions-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.forum-subscriptions-page .fs-grid-pager-style{padding:5px;background:#eee;vertical-align:middle;}
.forum-subscriptions-page .fs-grid-pager-style span{font-weight:700;font-size:1.1em;}
.customer-info-page{}
.customer-info-page .vat-note{display:block;}
.customer-info-page .buttons{margin-bottom:5px;margin-top:5px;text-align:center;}
.username-available-status{color:green;padding-left:5px;}
.username-not-available-status{color:red;padding-left:5px;}
.account-signature-text{height:100px;width:500px;border:solid 1px #E3E3E3;vertical-align:top;}
.order-list-page{}
.order-list-page .recurring-payments{padding:10px 10px 5px 0;width:100%;clear:both;}
.order-list-page .recurring-payments .recurring-payments-box{text-align:left;padding:10px;border:1px solid #d7d7d7;height:auto;}
.order-list-page .order-list{}
.order-list-page .order-list .order-item{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #EFEFEF;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	font-size: 14px;
}
.order-list-page .order-list .order-item .title{
	font-size: 18px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 13px;
}
.order-list-page .order-list .order-item .info{float:left;}
.order-list-page .order-list .order-item .buttons{float:right;}
.return-request-list-page{}
.return-request-list-page .request-item{}
.return-request-list-page .request-item .title{font-size:13px;}
.return-request-list-page .request-item .info{}
.reward-points-page{}
.reward-points-page .reward-points-overview{padding:10px 10px 5px 0;width:100%;}
.reward-points-page .reward-points-history{}


/* RETURN REQUEST */
.return-request-page{}
.return-request-page .page-title{
	border-bottom: 0 none;
}
.return-request-page .products-box{
	border: 1px dotted #EFEFEF;
}
.return-request-page .why{
	border: 1px dotted #EFEFEF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.return-request-page .why .return-reasons{}
.return-request-page .why .return-actions{}
.return-request-page .why .comment{width:350px;height:150px;}
.return-request-page .buttons{}

/* LOGIN */
.login-page{}
.login-page .page-title{}
.login-page .page-body{
	color: #555;
	width: 760px;
}
.login-page fieldset{
	padding: 10px;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
}
.login-page fieldset legend{
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 15px;
}
.login-page .new-wrapper{
	float: left;
	width: 46%;
	min-height: 240px;
	vertical-align: top;
}
.login-page .new-wrapper .buttons{}
.login-page .checkout-as-guest-or-register-block ul { padding-left: 30px;}
.login-page .returning-wrapper{float:right;width:46%;min-height:240px;vertical-align:top;}
.login-page .returning-wrapper .message-error{padding:0px;}
.login-page .returning-wrapper .buttons{
	float: right;
}
.login-page .returning-wrapper dl dt{
	width: 80px;
	display: block;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
	float: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 5px;
}
.login-page .returning-wrapper dl dd{padding:10px 0;vertical-align:middle;}
.login-page .returning-wrapper .email,.login-page .returning-wrapper .username,.login-page .returning-wrapper .password{
	width: 170px;
	padding: 2px;
	border: 2px solid #999;
	font-size: 12px;
}
.login-page .forgot-password{font-weight:700;}
.external-auth-errors{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;color:Red;}
.external-auth-errors ul{padding:0px;}
.external-auth-errors ul li{list-style:none;}
.external-auth-association{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;}
.external-auth-association .identifier{}
.external-auth-association .remove{color:#B80709;}


/* REGISTRATION */
.registration-page{}
.registration-page .page-title{
	margin-left: 10px;
}
.registration-page .page-body{
	margin: 0;
	padding: 0;
	color: #555;
	background-color: inherit;
	width: 530px;
}
.registration-page .vat-note{display:block;}
.registration-page .accept-privacy-policy{float:right;margin-bottom:5px;margin-top:5px;clear:both;}
.registration-page .accept-privacy-policy .read{text-decoration:underline;}
.registration-page .buttons{margin-bottom:5px;margin-top:5px;clear:both;}
.registration-result-page{}
.registration-result-page .page-title{}
.registration-result-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.registration-result-page .buttons{float:left;margin-bottom:5px;margin-top:5px;clear:both;}
.page.registration-page fieldset{
	padding: 10px;
	border: 1px dotted #333333;
	margin-left: 10px;
	margin-right: 10px;
}
.page.registration-page fieldset legend{
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 16px;
	padding-bottom: 13px;
}
.product-details-page .page-body {
	width: 920px;
}
.page.order-details .page-body {
	border: 1px dotted #EFEFEF;
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
	width: 920px;
}
.print-buttons {
	margin-top: 10px;
}
/* ORDER DETAILS */
.order-details{}
.order-details .page-title{}
.order-details .page-title .print-buttons{text-align:right;margin-bottom:10px;}
.order-details .page-title .print-buttons a:hover {text-decoration: none;}
.order-details .page-body{border: 1px solid #EEE;padding:10px;}
.order-details .order-overview{text-align:left;padding-bottom:10px;}
.order-details .order-overview .order-total-top{text-align:right;}
.order-details .order-details-box{text-align:left;padding:10px;border: 1px solid #EEE;height:auto;}
.order-details .order-overview .order-overview-table, .order-details .order-details-box .order-details-table{width:100%;border:0px;border-collapse:collapse;border-spacing:0;}
.order-details .order-details-box .order-details-table .billinginfo,.order-details .order-details-box .order-details-table .shippinginfo{width:50%;vertical-align:top;}
.order-details .order-details-box .repost{margin:10px 0px 10px 0px;}
.order-details .order-details-box .repost .hint{margin:0px;}
.order-details .products-box,.order-details .shipments-box,.order-details .ordernotes-box{
	text-align: left;
	border: 1px solid #EEE;
	height: auto;
}
.order-details .checkout-attributes{text-align:right;vertical-align:middle;padding:10px;height:auto;}
.order-details .actions{margin:10px 0px 10px 0px;}
.order-details .cart-total-left{color:#000;}
.return-request-page .products-box legend {
	font-size: 18px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 13px;
}
.return-request-page .why legend {
	font-size: 18px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 13px;
}

/* SHIPMENTS */
.shipment-details{}
.shipment-details .page-title{
	border-bottom: 0 none;
}
.shipment-details .page-body{}
.shipment-details .tracking-url{
	color: #B80709;
	text-decoration: none;
}
.shipment-details .tracking-url a:hover{color:#FF0000;}
.shipment-details .products-box,.shipment-details .shipment-status-events-box{}
.shipment-details .overview {
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
}
.page.shipment-details .page-body .overview .shipping-address {
	margin-top: 10px;
}
.page.private-messages-page .page-body #tabs {
	padding-bottom: 20px;
}
/* EMAIL A FRIEND */
.email-a-friend-page{}
.email-a-friend-page .page-title{}
.email-a-friend-page .product{font-weight:bold;}
.email-a-friend-page .result{font-weight:bold;}
.email-a-friend-page .inputs-left{float:left;}
.email-a-friend-page .inputs-right{float:right;}
.email-a-friend-page .inputs{
	margin-bottom: 12px;
	margin-right: 20px;
}
.email-a-friend-page .captcha-box{margin-bottom:12px;}
.email-a-friend-page .friend-email, .email-a-friend-page .your-email{width:250px;padding:1px;}
.email-a-friend-page .personal-message{width:350px;height:150px;}
.email-a-friend-page .buttons{text-align:left;}
.page.email-a-friend-page .page-body {
	width: 753px;
	min-height: 0px;
	border: 1px dotted #EFEFEF;
	margin-top: 10px;
	padding: 0 0 10px 10px;
	background: rgba(255, 255, 255, 0.2);
	width: 740px;
}
.wishlist-page .share-info{
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.wishlist-page .share-info .share-label{
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 20px;
}
.wishlist-page .share-info a.share-link{
	color: #B80709;
	text-decoration: underline;
	font-size: 15px;
}
.active-discussions .active-discussionstopics {
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
}
.page.recently-added-products-page .page-body,
.page.recently-viewed-products-page .page-body
{
	width: 750px;
}
.page.recently-added-products-page .page-body .product-grid,
.page.recently-viewed-products-page .page-body .product-grid
{
	background-image: none;
	margin-left: 35px;
	width: 717px;
}
.page.compare-products-page .page-body {
	width: 750px;
}
.page.account-page.customer-info-page .page-body form .buttons
{
	width: 200px;
	height: 35px;
	background-image: url(images/button_black.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 25px;
}

.page.account-page legend
{
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	padding-bottom: 15px;
}

.page.account-page .form-fields
{
	vertical-align: top;
	border: 1px dotted #EFEFEF;
	background: rgba(255, 255, 255, 0.2);
	font-size: 13px;
}
.edit-address table tr td label {
	margin-top: 8px;
	padding-top: 8px;
}
.form-fields dl dd {
	margin-top: 2px;
}
.form-fields dl dt {
	float: left;
	min-width: 110px;
	font-size: 12px;
	margin-top: 5px;
}
.page.account-page.avatar-page .page-body {
	width: 730px;
}

.page.product-tag-page .description .description-levels
{
	text-align: left;
	margin-left: 30px;
	display: none;
}
#newsletter-subscribe-block .buttons {
	float: left;
}
.listbox #newsletter-subscribe-block {
	margin-left: 15px;
}
.page.product-reviews-page .page-body {
	width: 750px;
}
.page.product-reviews-page .page-body legend, .page-body .product-review-list .title{
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 20px;
	padding-bottom: 13px;
}
.page.product-reviews-page .page-body fieldset{
	padding: 10px;
	border: 1px dotted #333333;
	margin-left: 10px;
	margin-right: 10px;
}
.inputs .input-box.review-rating {
	margin-top: 5px;
	margin-bottom: 10px;
}

#body1 H1 {padding:0px; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 130%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H1 a: {padding:0px; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 130%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H1 a:link {padding:0px; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 130%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H1 a:hover {padding:0px; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 130%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H1 a:visited {padding:0px; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 130%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H2 {padding:0px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H2 a {padding:0px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H2 a:link {padding:0px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H2 a:hover {padding:0px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; font-weight:bold}
#body1 H2 a:visited {padding:0px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 120%; FONT-FAMILY: Arial; font-weight:bold}

#body1 a.se:link, a.se:visited, a.se:hover, a.se:active {color: #000000; font-size: 12px; line-height: 15px; cursor: default; text-decoration: none}
/* Useage: <a class="se" href=" */

#body1 {border-style:none; position:absolute; left:1990px; top:18px; width:770px; height:auto; z-index:1;
	background-color: #FFFFFF; border-top-style: none; border-right-style: none; border-bottom-style: none;	border-left-style: none;}
.text-prompt {
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 20px;
}
.footer-menu {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px dotted #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blogposts .post {
	margin-top: 10px;
}
.sub-category-item .picture {
	text-decoration: underline;
}

/***********************************************************************************************/
/* Go Top Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #333;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 5px 5px 5px 5px;
	background: #e7e7e7;
	border: 2px dotted #EFEFEF;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
}
.page-header {
	font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 24px;
}
.SubCategoryFeatures {
	text-align: left;
}

/***********************************************************************************************/
/* Live Help Button */
/***********************************************************************************************/
.live-help {
	position: fixed;
	bottom: 0em;
	left: 1em;
	text-decoration: none;
	padding: 1em;
	display: none;
	color: #666;
	text-align: center;
}
.current-code {
	float: inherit;
}
.description-details {
	min-height: 180px;
}
.overview-content {
	line-height: 25px;
}

/***********************************************************************************************/
/* Specials Banner */
/***********************************************************************************************/
.specials-banner {
	position: fixed;
	left: 1em;
	text-decoration: none;
	padding: 1em;
	display: none;
	color: #666;
	text-align: center;
	top: 5em;
}

/***********************************************************************************************/
/* Acordion */
/***********************************************************************************************/
.accordion {
	padding:1em;
	background:#fff
}

.accordion h5 {
	color:#cb0646;
	font-weight:700;
	margin-top: 5px;
}

.accordion a:link, .accordion a:visited {
	padding: 1px;
	border: 1px dotted #333333;
	color: #FF3300;
	text-decoration: none;
	font-size: 14px;
}

.accordion a:visited {
	color: #CC0000
}

.accordion a:hover, .accordion a:focus, .accordion a:active {
	border-style: solid;
	border-color: #333333;
	background: #f0f0f0;
	color: #FF6600;
	text-decoration: none
}

.accordion a:focus, .accordion a:active{
	border-color: #333333
}

.accordion li {
	list-style-image: url(images/list_aquare.png);
}
