@charset "utf-8";
/*
//(C)2007-2011 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*TEMPLATE*/

@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);

* {
	padding:0;
	margin:0;
}
img {
	border:none;
}
body {
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:'Open Sans',Arial, Tahoma, Geneva, sans-serif;
	padding:0;
	margin:0;
}
#container {
	width:100%;
	padding:0;
}
#content {
	width:900px;
	margin:0px auto;
	background-color:#FFF;
	box-shadow:0px 0px 10px #CCC;
	border-radius:25px;
	padding:10px;
	overflow: hidden;
}
#head {
	width:900px;
	display:block;
	margin:0px auto;
	text-align:center;
}
#head-menu {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	width:900px;
	margin:0px auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:10px;
	font-weight:400;
}
#head-menu ul { /*731*/
	width:900px;
	margin:0 auto;
	list-style:none;
	text-align: center;
}
#head-menu ul li {
	float:left;
	position:relative;
}
#head-menu ul li a {
	display:block;
	padding:10px 20px;
	border-left:1px solid #cfd8e3;
	text-shadow:0 1px 0px #FFF;
	color:#995971;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	letter-spacing:-0.7px;
}
#head-menu ul li.cart a {
	padding:10px 10px 10px 40px;
}
#head-menu ul li.cart a.active {
	background-color:#FFE500;
}
#head-menu ul li.cart img {
	position:absolute;
	left:10px;
}
#head-menu ul li a.no-border {
	border-left:none;
}
#head-menu ul li a:hover {
	position:relative;
	top:1px;
}
#footer {
	width:900px;
	margin:0px auto;
	margin-top:10px;
}
div#footer .copyright {
}
div#footer .links {
	text-align:right;
}
div#footer p {
	font-family:Questrial,Arial,sans-serif;
	font-size:12px;
	margin:0;
	color:#BBB;
}
div#footer p a {
	color:#AAA;
	text-decoration:none;
	font-size:12px;
}
div#footer p a:hover {
	color:#999;
	text-decoration:underline;
}
div.content-body {
	width:690px;
	padding:5px 10px;
}
div.content-body.full {
	width:880px;
	padding:5px 10px;
}
#note_box {
	width:504px;
	margin-left:1px;
	margin-bottom:10px;
	margin-top:8px;
	padding:8px 8px 1px;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
	display:none;
}
#note_box a {
	color:#FFF;
}
.info_box {
	padding:3px;
	background-color:#F1F1F1;
	border-radius:3px;
	font-size:12px;
	color:#000;
	box-sizing:border-box;
	width:100%;
}
#subcat {
	font-size:14px;
}
#subcat a {
	text-shadow:0px -2px 0px #FFF;
}
.product_box {
	padding:0;
	margin:0;
	margin:10px 0;
}
.product_box ul {
	list-style:none;
	display:block;
	overflow:hidden;
}
.product_box li {
	float:left;
	width:33%;
	padding:5px;
	box-sizing:border-box;
}
.product_box li .wrap{
	padding:5px;
	border-radius:5px;
	border:1px solid #EEE;
}
.product_box li:hover {
	background-color:#F8F8F8;
}
.product_box li img {
	border-radius:5px;
	width:100%;
	vertical-align:top;
}
.product_box li p {
	margin:0;
}
.product_box .title a {
	font-family:Questrial,Arial,sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#3e61a3;
}
.product_box .title a:hover {
	text-decoration:underline;
}
.product_box .title.result a {
	font-size:16px;
}
.product_box .links a {
	color:#7a99c8;
	text-decoration:none;
}
.product_box .links a:hover {
	text-decoration:underline;
}
.product_box .price {
	font-size:28px;
	color:#222;
	text-align:center;
	letter-spacing:-3px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product_box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product_box .info {
	font-size:12px;
	color:#444;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.p_price {
	font-size:28px;
	color:#222;
	letter-spacing:-3px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
#note_box.red {
	background-color:#972422;
	color:#FFF;
	font-size:12px;
}
#note_box.green {
	background-color:#8AAA1F;
	color:#FFF;
	font-size:12px;
}
hr {
	background-color:none;
	border:none;
	border-bottom:1px solid #DDD;
    height:1px;
    margin: 15px 0;
    width: 100%;
}
.product_box hr, hr.small {
	margin:3px 0;
}

/*HEAD ELEMENTS*/
#logo {
	border:0;
	width:50%;
	float:left;
}
#basket {
	border:0;
	width:50%;
	float:right;
}

/*GENERAL*/
h1 {
	font-family:'Kaushan Script',Arial,Helvetica,sans-serif;
	font-size:40px;
	color:#000;
	letter-spacing:-1px;
	font-weight:normal !important;
}
h2,h3 {
	font-family:'Kaushan Script',Arial,Helvetica,sans-serif;
	font-size:26px;
	color:#999;
	font-weight:normal !important;
	letter-spacing:-1px;
}
h3 {
	color:#995971;	
}
h2.fancy ,h3.fancy {
	font-style:italic;
	margin:0.5em 0;
	padding:0.5em 0;
	border-top:2px dotted #2cb7de;
	border-bottom:2px dotted #2cb7de;
	color:#2cb7de;
}
.text_content, p {
	font-size:16px;
	letter-spacing:-0.5px;
	color:#222;
	margin-bottom:15px;
}
p.justify {
	text-align:justify
}
p.special {
	font-weight:bold;
	color:#C00;
}
a {
color:#507e9c;
text-decoration:underline;
}
a:hover {
color:#333;
text-decoration:none;
}

ol {
	margin:1em 0;
}
ol li {
	margin:0.5em 0;
	margin-left:25px;
}

ul.list {
	margin:1em 0;
}
ul.list li {
	list-style:square;
	margin:0.5em 0;
	margin-left:25px;
}

.spacer5 {
	padding:0;
	margin:0;
	height:5px;
}
.spacer10 {
	padding:0;
	margin:0;
	height:10px;
}
.spacer15 {
	padding:0;
	margin:0;
	height:15px;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol .col{
	padding:10px;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.col2 .col {
	width:50%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w50 {
	width:50%;
}
.coltable .col.w25 {
	width:25%;
}
.coltable.pad .col {
	padding:10px;
}
.coltable .col.center {
	text-align:center;
}
.coltable img {
	max-width:100%;
	width:100%;
}

/*OTHER*/
.pad-right-20 {
	padding-right:20px;
}
.text-right {
	text-align:right;
}
.inline-block {
	display:inline-block;
}
.bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.overflow-hidden {
	overflow:hidden;
}
.text-right {
	text-align:right;
}
.display-inline {
	display:inline;
}
.display-block {
	display:block;
}
.list-no-style {
	list-style:none;
}
.no-padding {
	padding:0;
}
.no-margin {
	margin:0;
}
.no-underline {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
.divider {
	color:#CCC;
}

/*TEXT*/
.text-small {
	font-size:12px;
}
.text-regular {
	font-size:14px;
}
.text-medium {
	font-size:18px;
}
.text-mini {
	font-size:10px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

/*SIDEBOX CSS*/
.sidebox-container {
	width:180px;
	display:block;
	padding-top:10px;
}
.sidebox {
	width:180px;
	display:block;
	margin-bottom:10px;
}
.sidebox .full-span {
	width:180px;
}
.sidebox_bdy {
	padding:5px;
	color:#000;
	background-color:#EEE;
	border-radius:8px;
}
.sidebox_bdy.red {
	background-color:#C00;
}
.sidebox_bdy hr {
	margin:5px 0;
}
.sidebox_top {
	padding-left:5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#995971;
	font-size:18px;
}
.sidebox_bdy #product_title {
	font-size:28px;
	letter-spacing:-1px;
	font-style:italic;
}
.sidebox_bdy .sidebox_product_button {
	display:block;
	width:100%;
	text-align:center;
	background-color:#DDD;
	padding:3px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	text-decoration:none;
	font-size:12px;
	color:#5E7280;
	margin-top:3px;
	
}
.sidebox_bdy .sidebox_product_button:hover {
	border-color:#BBB;
	position:relative;
	top:1px;
}

/*CART BOX*/
#basket-box {
	float:right;
	padding:5px 0px 5px 5px;
	box-shadow: 0 0 3px #111111;
	background-color:#FFF;
	border-radius:5px;
}
#basket-box img.icon {
	position:relative;
	top:7px;
}
#basket-box .title {
	font-size:14px;
	color:#073146;
	font-weight:bold;
	letter-spacing:-0.5px;
}
#basket-box .para {
	font-size:12px;
	color:#073146;
	letter-spacing:-0.5px;
}
#nav {
	height:35px;
	background-color:#285877;
	padding:1px 12px;
	border-radius:5px;
}

/*Sidebox*/
.sidebox {
	width:180px;
	display:block;
}

/*OTHER ELEMENTS*/
.imageGallery {
	border:2px solid #999;
	box-shadow: 0px 3px 0px #333;
}
.imageGallery:hover {
	border:2px solid #444;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#base-menu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
.next, .back, .remove {
   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
}
.back:hover, .next:hover, .remove:hover {
	color:#333;
}
.genericbt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #e8e8e8 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#cccccc');
	background-color:#e8e8e8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#195d8a;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 0px;
	width:100px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.genericbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #e8e8e8) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #e8e8e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e8e8e8');
	background-color:#cccccc;
}.genericbt:active {
	position:relative;
	top:1px;
}
.redbt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c70e0e), color-stop(1, #ff3030) );
	background:-moz-linear-gradient( center top, #c70e0e 5%, #ff3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70e0e', endColorstr='#ff3030');
	background-color:#c70e0e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c26161;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #632828;
}
.redbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #c70e0e) );
	background:-moz-linear-gradient( center top, #ff3030 5%, #c70e0e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#c70e0e');
	background-color:#ff3030;
	color:#FFF;
}
.redbt.myButton:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.addtobasket {
	background-color:#e8f4eb;
	border-radius:3px;
	border:1px solid #bfbfbf;
	display:inline-block;
	color:#285877;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 34px;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
}.addtobasket:hover {
	background-color:#d1d1d1;
}.addtobasket:active {
	position:relative;
	top:1px;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#C00;
}
.text-bold {
	font-weight:bold;
}
.summary_row_plain {
	margin-top:5px;
	padding:0;
	font-size:12px;
}
.summary_row {
	margin-top:5px;
	padding:5px;
	background-color:#F5F5F5;
	border-radius:5px;
	font-size:12px;
}
.summary_row:hover {
	background-color:#F1F4FD;
}
.summary_row .attr {
	font-size:10px;
	color:#999;
}
.summary_row .attr2 {
	font-size:10px;
	color:#688AAD;
}
.summary_row .title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.summary_row .title a {
	font-size:14px;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
}
.summary_row .price {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}

/*FORM*/
.form_table {
	width:400px;
	padding:10px;
	margin:0;
	border:0;
	background-color:#E8E8E8;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#285877
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
}
#form_input label {
	display:block;
	font-size:14px;
	color:#444;
	font-weight:bold;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#999;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
.form_subcaption {
	font-family:Questrial,Arial,sans-serif;
	padding:8px 4px;
	margin-bottom:10px;
	border-radius:3px;
	font-size:22px;
	color:#FFF;
	letter-spacing:-1px;
	background-color:#995971;
	font-size:14px;
}
input[type="submit"] {
	font-family:Questrial,Arial,sans-serif;
	border:1px solid #995971;
	box-shadow:inset 0 1px 0 #FFF;
    background-color: #995971;
	background-image:url(../../images/bg-submit.jpg);
	background-repeat:repeat-x;
    color: #FFFFFF;
    cursor: pointer;
	font-size:14px;
    padding: 7px 40px;
}
input[type="submit"]:hover {
    background-color: #666;
	background-image:url(../../images/bg-submit-hvr.jpg);
	background-repeat:repeat-x;
	border-color:#169dbf;
}
input[type="text"]:hover,input[type="password"]:hover,input[type="text"]:focus,select:focus {
	border:1px solid #888;
}
input[type="submit"]:active {
	background-color:#555;
}
input[type="text"],input[type="password"],textarea {
	background-color:#FFF;
	border:1px solid #995971;
	width:160px;
	font-size:12px;
	height:25px;
	color:#333;
	left:-10px;
	top:5px;
	outline:none;
}
input, textarea, select {
	border-radius:3px;
}
select {
	background-color:#FFF;
	width:160px;
	height:25px;
	font-size:12px;
	border:1px solid #446a86;
	color:#000;
	padding-top:3px;
}
.sidebox select {
	width:170px;
}
.sidebox input[type="text"], .sidebox input[type="password"], .sidebox textarea {
	background-color:#E1E1E1;
	border:1px solid #BBB;
	border-radius:3px;
	color:#777;
}
.sidebox input[type="text"]:hover, .sidebox input[type="password"]:hover, .sidebox textarea:hover {
	border:1px solid #AAA;
}
.denote {
	color:#C30;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px -1px 0px #FFF;
	display:inline;
}
.button {
   border-top: 1px solid #ffb2b2;
   background: #ff2121;
   background: -webkit-gradient(linear, left top, left bottom, from(#b30000), to(#ff2121));
   background: -moz-linear-gradient(top, #b30000, #ff2121);
   padding: 3px 5px 3px 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   /*
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   */
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-weight:bold;
   text-align:center;
   letter-spacing:-1px;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
.button:hover {
   border-top-color: #9e2020;
   background: #9e2020;
   color: #ffffff;
}

/*sidebox BOXES*/
.sidebox {
	width:180px;
}
.sidebox_bdy {
	padding:5px;
	color:#000;
	background-color:#E8E8E8;
	webkit-border-radius:8px;
}
.sidebox_top {
	padding-left:5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#995971;
	font-size:18px;
}
.sidebox ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebox li {
	list-style:none;
	margin:0;
	padding:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.sidebox li a {
	display:block;
	color:#222;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-decoration:none;
	font-size:14px;
	text-shadow:0px -1px 0px #FFF;
}
.sidebox li ul li a {
	display:block;
	color:#222;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-decoration:none;
	font-size:14px;
	text-shadow:0px -1px 0px #FFF;
}
.sidebox li:hover {
	background-color:#285877;
	cursor:pointer;
}
.sidebox li:hover a {
	position:relative;
	top:1px;
	color:#FFF;
	text-decoration:underline;
	text-shadow:none;
}
/*MODULE*/
.module_select {
	 background-color:#EEE;
	 width:100%;
	 border-radius:3px;
	 margin-top:5px;
	 padding:3px 0px 3px 0px;
	 -webkit-border-radius:3px;
	 -moz-border-radius:3px;
	 border:1px solid #CCC;
}
.module_select:hover {
	background-color:#FFF;
	
}

/*Sitemap*/
ul#sitemap {
	margin-top:10px;
	display:block;
}
ul#sitemap li {
	list-style:square;
	list-style-position:inside;
}
ul#sitemap li a {
	text-decoration:none;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	background-color: #ad5877;
    border-radius: 4px;
	width:120px;
	padding:8px 10px;
	text-align:center;
}
ul.member-menu li a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
ul.member-menu li:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}

/*Button*/
a.button-plain {
	padding:6px 15px;
	background-color:#285877;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
a.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
a.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:4px;
}

/*Gallery*/
ul#gallery {
	margin-top:10px;
	display:block;
}
ul#gallery li {
	float:left;
	width:169px;
	list-style:none;
	margin-right:8px;
	margin-bottom:5px;
}
img.gallery-image {
    border: 2px solid #285877;
}

/*FB Icons*/
.share-icons a:hover {
	position:relative;
	top:1px;
}

/*Comments List*/
ul.comments {
	margin-top:10px;
	list-style:none;
	background:rgba(255,255,255,0.7);
	border:1px solid #CCC;
	padding:0 3px 1px;
	border-radius:5px;
}
ul.comments li {
	position:relative;
	display:block;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	padding:5px;
}
ul.comments li.no-border {
	border:none;
}
ul.comments li p.info {
	font-size:16px;
	font-weight:bold;
	color:#995971;
}
ul.comments li .info-box {
	height:25px;
	padding-top:5px;
	display:block;
}
ul.comments li .rating-box {
	position:absolute;
	padding:4px 5px 6px;
	right:0;
	top:3px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
}
ul.comments li .rating-box img {
	position:relative;
	top:2px;
}
ul.comments li .rating-box.red {
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
}
ul.comments li .rating-box.grey {
	background-color:#999;
	text-shadow:0 -1px 0 #999 !important;
}
ul.comments li .rating-box.green {
	background-color:#9DB01E;
	text-shadow:0 -1px 0 #829020;
}

/*Home Banner*/
img.home-banner {
	border-radius:15px;
}

#head-fb {
	display: block;
    margin: 0px auto;
    width: 900px;
	overflow:hidden;
}
#head-fb .container {
	background:url(../../images/bg-fb.png) no-repeat 1px -1px;
	float:right;
	padding-top:5px;
	height:30px;
	width:200px;
}
.fb-like {
	float:right;
	position:relative;
	top:5px;
}

/*CONTAINER SETUP*/
.container {
	width:880px;
	overflow:hidden;
}
.container .left {
	float:left;
	width:430px;
}
.container .right {
	float:right;
	width:430px;
}

/*Rep Promo*/
.representative-promo {
	overflow:hidden;
}
.representative-promo div.text {
	width:380px;
	padding-right:10px;
	float:left;
}
.representative-promo div.picture {
	width:490px;
	float:right;
}

.representative-promo a.more-bt {
	width:250px;
	height:60px;
	text-indent:-9999px;
	display:block;
	background-image:url(../../images/representative/home-feature-bt.jpg);
}
.representative-promo a.more-bt:hover {
	background-image:url(../../images/representative/home-feature-bt-hvr.jpg);
}

/*Terms Textarea*/
.terms-box {
	width:860px;
	min-height:150px;
	border:2px solid #CCC;
	padding:10px;
	margin:1em 0;
}

/*Form Fields*/
.field-block {
	overflow:hidden;
}
.field-block .field {
	float:left;
	margin:10px 10px 10px 0;
	padding:10px 10px 10px 0;
}
.field-block .field label {
	display:block;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
.field-block .field input {
	border-radius:0;
	padding:4px;
	border:1px solid #cCC;
	color:#999;
}
.field-block .field input:focus {
	border-color:#995971;
	color:#000;
}
.field-block .field p.caption {
	font-size:10px;
	color:#CCC;
	margin:0;
	padding:0;
}

.field-block .field.check {
	overflow:hidden;
}
.field-block .field.check label {
	display:inline;
	font-weight:normal;
	font-size:12px;
}
.field-block .field.check input {
	display:inline;
}

.home-button {
	overflow:hidden;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	height:130px;
	border-top:1px solid #FFF;
}
.home-button a:hover {
	position:relative;
	top:1px;
}
.home-button * {
	vertical-align:top;
}
ul.menu .mobile-nav {
	display:none;
}

/*Mobile*/
@media screen and (max-width:800px) {
	#head-fb {
		display:none;
	}
	#head {
		width:100%;
		padding:20px 0;
	}
	div.content-body,
	div.content-body.full {
		width:100%;
		padding:0;
		box-sizing:border-box;
	}
	#content,
	#footer {
		width:100%;
		box-sizing:border-box;
	}
	ul.menu {
		display:table;
		width:100%;
		margin:10px 0;
	}
	ul.menu .menulink {
		float:none;
		display:table-cell;
		padding:5px;
	}
	.product_box li {
		width:50%;
	}
}
@media screen and (max-width:600px) {
	.coltable .col {
		display:block !important;
		width:100% !important;
	}
	div#footer .copyright,
	div#footer .links {
		text-align:center;
	}
	ul.menu .menulink {
		float:none;
		display:block;
		width:100%;
	}
	ul.menu .menulink {
		display:none;
	}
	ul.menu .mobile-nav {
		display:block;
	}
	h1 {
		font-size:28px;
		text-align:center;
	}
	h2 {
		font-size:22px;
	}
	.cont-side {
		padding:0 !important;
	}
}
@media screen and (max-width:400px) {
	.product_box li {
		width:100%;
		float:none;
	}
}