/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

u {
    text-decoration: underline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#main {
	width: 1000px;
	margin: 0px auto 0px auto;
}
.clear {
	clear: both;
}
a {
	color: #193b16;
}

h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    }

.addthis_floating_style {
    position: relative !important;
    width: 85px !important;
}

.addthis_internal_container {
     width: 85px !important;
}

.addthis_internal_container a {
    float:left;
    margin-left:5px !important;
}

/** header **/

#header {
	background-color: #fff;
	height: 100px;
}
#header .header_logo {
	float: left;
	margin: 28px 14px 0px 14px;
}

#header_search {
    border-right: 1px dashed #CACACA;
    float: left;
    height: 56px;
    margin: 28px 10px 0 0;
    width: 236px;
}

#header_search input[type="text"] {
    border: 1px solid #DEDED2;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    height: 24px;
    margin-top: 8px;
    padding-left: 4px;
    width: 153px;
}

#header_search input[type="submit"] {
    background: none repeat scroll 0 0 #373737;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: 700;
    height: 28px;
    margin-left: 4px;
    margin-top: 8px;
    text-transform: uppercase;
    width: 60px;
}


#header_links {
    border-right: 1px dashed #CACACA;
    color: #193B16;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 56px;
    margin: 28px 10px 0 2px;
    width: 242px;
}
#header_links li {
	float: left;
}
#header_links li {
	margin-right: 4px;
}
#header_links li a {
	color: #193b16;
}
#header_links p {
	clear: both;
	color: #8f8160;
	font-weight: 700;
	font-size: 12px;
	margin-top: 18px;
}

#header_links p.headp {
	clear: both;
	color: #8f8160;
	font-weight: 700;
	font-size: 12px;
	margin-top: 7px;
}
#header_links p strong {
	color: #193b16;
}
#header_links p strong span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 100;
}
#header_basket {
	float: left;
	width: 130px;
	height: 61px;
	margin: 28px 0px 0px 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#header_basket p {
	color: #b4b2bb;
}
#header_basket p strong {
	font-weight: 700;
	color: #193b16;
}
#header_basket_price img {
	float: left;
}
#header_basket_price div {
	margin: 14px 10px 0px 0px;
	width: 90px;
	float: left;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}
#header_basket_price div img {
	float: none;
}
/** nav **/

#nav {
	clear: left;
	background-color: #193b16;
	background-image: url(../images/assets/nav_bar.png);
	background-repeat: no-repeat;
	height: 33px;
}
#nav ul {
	padding-left: 0px;
}
#nav ul li {
	float: left;
	text-align: center;
	margin: 10px 0px 10px 16px;
	padding-right: 16px;
	display: block;
	position: relative;
	border-right: solid 1px #fff;
}
#nav ul li.last {
	border-right: none;
}
#nav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
#nav ul li a:hover {
	color: #6a706e;
}
#nav .sub_nav {
	background: none repeat scroll 0 0 #F2F2F2;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	clear: both;
	color: #1C1C1C;
	left: -9999px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 10px;
	z-index: 9999;
	width: 100%;
	width: 180px;
}
#nav ul li:hover .sub_nav {
	left: 0px;
}
#nav .sub_nav .sub_nav_in {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px dashed #CCCCCC;
	clear: both;
	color: #828282;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
#nav .sub_nav .sub_nav_in ul {
	float: left;
	width: 140px;
}
#nav .sub_nav .sub_nav_in ul li {
	float: none;
	text-align: left;
	margin: 5px;
}
#nav .sub_nav .sub_nav_in ul li a {
	font-size: 12px;
	color: #333;
	text-transform: none;
}
#nav .sub_nav .sub_nav_in ul li a.major {
	font-size: 14px;
	border-bottom: dashed 1px #333;
	color: #000;
}
#nav .sub_nav .sub_nav_in ul li a:hover {
	text-decoration: underline;
}
/** home, slide and products **/



#slide {
    box-shadow: 0 0 3px #CCCCCC;
    height: 263px;
    margin-top: 7px;
    padding: 9px 8px;
}
#slide_inner {
	background-color: #fff;
	height: 263px;
        overflow: hidden;
}
#slide_inner img {
	float: left;
	
}
#slider_msg {
	float: left;
	width: 242px;
	background-color: #909090;
	padding: 40px 10px 0px 10px;
	color: #fff;
	height: 259px;
	font-family: Arial, Helvetica, sans-serif;
}
#slider_msg h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
}
#slider_msg li {
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 10px;
}

#home_msg {
    background-color: #193B16;
    background-image: url("../images/assets/home_msg.png");
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 700;
    height: 25px;
    margin: 10px 0;
    padding-top: 10px;
}
#home_msg_phone {
	margin-left: 140px;
	float: left;
	color: #fff;
	text-transform: uppercase;
}
#home_msg_phone em {
	font-style: italic;
	font-weight: 100;
	padding: 0px 5px 0px 5px;
}
#home_msg_hours {
	margin-left: 51px;
	float: left;
	color: #a59a72;
}
#home {
	clear: both;
	margin-top: 10px;
}
.home_slider_2 {
	float: left;
	width: 695px;
	margin: 0px 0px 10px 7px;
	border: 1px solid #cbc7c7;
}
#home_products {
	width: 723px;
	float: left;
}
#home_products h2 {
	background-color: #6a706e;
	background-image: url(../images/assets/home_products_h2.png);
	background-repeat: no-repeat;
	height: 24px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 9px;
	text-align: center;
}
#home_products h2 a {
	color: #fff;
}
#home_products .home_prod {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	width: 220px;
	float: left;
	margin: 0px 21px 15px 0px;
	height: 275px;
}
#home_products .home_prod img {
	display: block;
	margin: 0px auto 0px auto;
}
#home_products .home_prod p {
	padding: 16px 8px 8px 8px;
	color: #848484;
	line-height: 120%;
}
#home_sidebar, #home_sidebar2 {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	color: #1d414d;
	float: left;
	width: 255px;
	padding: 20px 10px 10px 10px;
	line-height: 120%;
	margin-bottom: 20px;
}
#home_sidebar h1, #home_sidebar2 h1 {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}
#home_sidebar p, #home_sidebar2 p {
	margin-bottom: 12px;
}
#home_sidebar .readnmore {
	text-align: right;
}
.homedeal {
	margin-top: 7px;
	clear: both;
	width: 978px;
	min-height: 20px;
	text-align: center;
}
/** content **/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul {
	margin-bottom: 10px;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 20px;
}
#content h3 {
	font-size: 18px;
}
#content h4 {
	font-size: 16px;
}
#content h5 {
	font-size: 14px;
}
#content h6 {
	font-size: 12px;
}
#content a {
	color: #193B16;
}
#content a:hover {
	text-decoration: underline;
}
#content strong, #content b {
	font-weight: 700
}
#content em {
	font-style: italic;
}
#content p {
	line-height: 120%;
}
#content li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content fieldset, #content blockquote {
	margin: 10px;
}
#content table {
	width: 75%;
}
#content table th, #content table td {
	padding: 5px;
}
#content table th {
	font-weight: 700;
	text-align: left;
}
/** footer **/

#footer {
	clear: left;
	background-color: #193b16;
	background-image: url(../images/assets/nav_bar.png);
	background-repeat: no-repeat;
	height: 24px;
	text-align: center;
	padding-top: 9px;
	margin-bottom: 10px;
}
#footer ul {
	margin: 0px auto;
}
#footer ul li {
	text-align: center;
	margin: 10px 30px 10px 30px;
	display: inline;
}
#footer ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
}
#footer ul li a:hover {
	color: #6a706e;
}
#post-footer {
	float: right;
}
/** cats **/

.loading {
	background:url(/images/new/loading.gif) no-repeat top center;
	margin-left:205px;
	height:800px;
	display:none;
}

#catsearch_menu {
	float:left;
	width:200px;	
}
#catsearch_menu .easysearch {
	background:#183c14;
	text-transform:uppercase;	
	text-align:center;
	padding:10px 0;
	color:#ffd200;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}

#catsearch_menu .easysearch_cat {
	background:url(/images/new/unticked.png) no-repeat left center;
	padding-left:20px;
	height:12px;
	line-height:12px;
	font-size:12px;
	margin:10px 0;
	cursor:pointer;

}

#catsearch_menu .easysearch_cat_colour_inner {
	width:27px;
	height:24px;
}


#catsearch_menu .easysearch_cat_colour {
	float:left;	
	width:27px;
	height:24px;
	border:1px solid #d5d5d5;
	margin:9px 0 0 9px;
	background:#000;
	cursor:pointer;
}
#catsearch_menu .easysearch_cat_colour:hover {
	border:1px solid #666;
}

#cat_header_image {
	margin:0 0 10px 205px;	
}
#cat_msg {
	margin: 10px 0px 15px 205px;
}
#cat_text1, #cat_text2 {
	background-color: #f4f4f4;
	padding: 20px 15px 20px 15px;
	line-height: 120%;
}
#cat_text2 {
	margin-bottom: 10px;
}
#shop_sub_cats {
	margin: 10px 0px 10px 0px;
}
#shop_sub_cats h2 {
	background-color: #6a706e;
	background-image: url(../images/assets/home_products_h2.png);
	background-repeat: no-repeat;
	height: 24px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 9px;
	text-align: center;
}
#shop_sub_cats h2 a {
	color: #fff;
}
#shop_sub_cats .home_prod {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	width: 220px;
	float: left;
	margin: 0px 21px 15px 0px;
	height: 275px;
	position: relative;
}
#shop_sub_cats .no_img {
	height: 65px;
}
#shop_sub_cats .home_prod img {
	display: block;
	margin: 0px auto 0px auto;
}
#shop_sub_cats .home_prod p {
	padding: 8px;
	color: #848484;
}
#shop_sub_cats .home_prod .multibuy, .cat_unit .multibuy  {
	z-index: 1000;
	position: absolute;
        margin-top:-70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	margin-left: 10px;
        color:#ffffff;
}
.prod_thepurchase .multibuy  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
        color:#ffffff;
}

.spanoffer {
    display: block;
    clear:both;
    max-width:50px;
    font-size:10px;
    text-align:center;
    text-transform:uppercase;
    padding:5px;
    background:#193b16;
    color:#ffffff;
    margin-top:5px;
}

#shop_sub_cats .home_prod .mb_green, .cat_unit .mb_green, .prod_thepurchase .mb_green {
	background-image: url(/images/assets/simply-ties-circle-sm-green.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_green {
        font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .mb_blue, .cat_unit .mb_blue, .prod_thepurchase .mb_blue {
	background-image: url(/images/assets/simply-ties-circle-sm-blue.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_blue {
    font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .mb_orange, .cat_unit .mb_orange, .prod_thepurchase .mb_orange {
	background-image: url(/images/assets/simply-ties-circle-sm-orange.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_orange {
    font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .mb_pink, .cat_unit .mb_pink, .prod_thepurchase .mb_pink {
	background-image: url(/images/assets/simply-ties-circle-sm-pink.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_pink {
    font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .mb_red, .cat_unit .mb_red, .prod_thepurchase .mb_red {
	background-image: url(/images/assets/simply-ties-circle-sm-red.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_red {
    font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .mb_yellow, .cat_unit .mb_yellow, .prod_thepurchase .mb_yellow {
	background-image: url(/images/assets/simply-ties-circle-sm-yellow.png);
        background-repeat: no-repeat;
        background-position: center;
        width:50px;
        height:38px;
        padding:10px 5px;
}
.prod_thepurchase .mb_yellow {
    font-size: 13px;
    height: 28px;
    margin: 10px auto;
    padding: 15px 5px;
}
#shop_sub_cats .home_prod .multibuy a, .cat_unit .multibuy a {
	color: #fff;
}
#shop_sub_cats .home_prod .multibuy strong, .cat_unit .multibuy strong {
	font-size: 20px;
}
#sub_cat_sort, .sub_cat_sort {
	border: 1px solid #E5E5E5;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	font-weight: 700;
}
#sub_cat_sort a.link, .sub_cat_sort a.link {
	margin-left: 80px;
	color: #848484;
}
#sub_cat_sort select, .sub_cat_sort select {
	margin-right: 10px;
}
#sub_cat_page, .sub_cat_page {
	float: right;
	font-weight: 100;
	font-size: 80%;
	display: table-cell;
}

#sub_cat_page li, .sub_cat_page li {
	float:left;	
	color: #193B16;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    vertical-align: middle;
	cursor:pointer;
}

#sub_cat_page li.current, .sub_cat_page li.current  {
	font-size: 12px;
	font-weight: 700;
}

.showall {
	cursor:pointer;	
}


#sub_cat_page a, #sub_cat_page img, .sub_cat_page a, .sub_cat_page img {
	color: #193B16;
	font-weight: 100;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}
#sub_cat_page a.current, .sub_cat_page a.current {
	font-size: 12px;
	font-weight: 700;
}
#cat_prods {
	margin: 20px 0px 20px 0px;
	color: #375126;
	text-align: center;
}
#cat_prods .cat_unit {
	width: 225px;
	margin: 0px 2px 20px 0px;
	height: 270px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}
#cat_prods .cat_unit.last {
    margin:0 0 20px 0;
}
.cat_unit a {
	color: #375126;
}
.cat_unit .cat_unit_img {
	display: block;
	margin: 0px auto 0px auto;
	height: 160px;
	margin-bottom: 10px;
}
.cat_unit p {
	margin-bottom: 10px;
}
.cat_unit .cat_price {
	color: #000;
	font-weight: 700;
}
.cat_unit .cat_price code {
	color: #666;
}
.cat_unit .cat_price strong {
	color: #ae9f9f;
	font-size: 14px;
}
.cat_unit .cat_view a {
	text-transform: uppercase;
	color: #fff;
	background-color: #466237;
	padding: 6px 10px 6px 10px;
}
.cat_unit .cat_view {
	display: block;
	margin-top: 16px;
	font-weight: 700;
}
/** prod **/

#prod {
	position: relative;
}
#breadcrumb {
	/*width: 980px;*/
	margin: 0px auto 0 auto;
	border-bottom: 2px solid #e5e5e5;
	clear: left;
}
#breadcrumb li {
	float: left;
	margin-left: 14px;
	padding: 10px 0px 10px 0px;
}
#breadcrumb li a {
	color: #000;
	text-transform: uppercase;
}
#breadcrumb .breadcrumb_gb {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	margin: 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	float: right;
	padding: 5px 8px 5px 8px;
	font-weight: 700;
	color: #fff;
	border: solid 1px #2f481d;
	background: #47641d;
}
#prod_gal {
	margin-right: 15px;
	width: 306px;
	float: left;
}
#prod_gal .img_main, #prod_gal .img_sub {
	background: rgb(208,206,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208,206,205,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cecd', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
#prod_gal .img_main {
	width: 299px;
	margin-bottom: 20px;
}
#prod_gal .img_main img, #prod_gal .img_sub img {
	display: block;
	margin: auto;
	padding: 1px;
	cursor: pointer;
}
#prod_gal .img_sub {
	width: 79px;
	float: left;
	margin-right: 10px;
}
#prod_gal .img_sub img {
	display: block;
	margin: auto;
	padding: 1px;
}
#prod_summary {
	margin-left: 337px;
	
}
#prod_info {
    min-height:325px;
    width: 443px;
}
#prod_info h1 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
}
#prod_info .review_txt {
	color: #193b16;
	margin-bottom: 20px;
}
#prod_info .summary_text {
	color: #666;
	line-height: 120%;
}
#prod_info .summary_text li {
	list-style: disc;
	margin-left: 20px;
}
#prod_info .summary_text li, #prod_info .summary_text p {
	margin-bottom: 10px;
}
#prod_info .summary_text strong, #prod_info .summary_text b {
	font-weight: bold;	
}
#prod_match, #prod_prices {
	background-color: #ececec;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 103px;
}
#prod_match h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

#prod_match .match_unit_image {
	overflow:hidden;
	width:100px;
	height:100px;
	background:#fff;
	display:block;
		
}

#prod_match .match_unit {
	background: rgb(208,206,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208,206,205,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(208,206,205,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cecd', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	width: 110px;
	float: left;
	margin-right: 10px;
	height: 160px;
	margin-bottom: 8px;
}
#prod_match .match_unit p {
	text-align: center;
	font-size: 80%;
	margin-bottom: 5px;
}
#prod_match .last {
	margin-right: 0px;
}
#prod_match img {
	display: block;
	margin: auto;
	margin-bottom: 4px;
	padding: 1px;
	cursor: pointer;
}
#prod_match .match_unit a.title {
	text-transform: uppercase;
	color: #fff;
	background-color: #466237;
	padding: 3px 5px 3px 5px;
	margin-top: 4px;
}
#prod_holder {
	min-height: 293px;
}
#prod_datasheet {
	margin-left: 337px;
}
.prod_datasheetinfo {
    margin-right: 15px;
    width: 306px; 
    line-height:18px;
}
#prod_prices {
	margin-bottom: 20px;
	min-height: 253px;
}
#prod_prices p strong {
	font-weight: 700;
	font-size: 16px;
}
#prod_prices code {
	font-size: 12px;
	color: #666
}
#prod_prices table {
	margin: 12px 0px;
	width: 100%;
}
#prod_prices th {
	text-align: left;
	color: #9b9a9a;
	text-transform: uppercase;
	width: 40%;
	padding: 2px;
}
#prod_prices form {
	margin: 12px 0px;
}
#prod_prices form input, #prod_prices form select {
	font-family: Verdana, Geneva, sans-serif;
}
#prod_prices form input[type=text] {
	border: #ccc 1px solid;
	width: 33px;
	padding-left: 5px;
}
#prod_prices form input[type=submit] {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	margin: 2px 0 12px 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	padding: 2px 28px 2px 28px;
	font-weight: 700;
	color: #000;
	border: solid 1px #f7941d;
	background: #fee504;
}
#prod_prices .prod_prices_select {
	text-transform: uppercase;
	color: #000;
	margin-right: 10px;
}
#prod_prices select {
	font-size: 10px;
	padding: 3px;
	color: #000;
}
#prod_bite {
	color: #666;
	line-height: 120%;
	padding: 20px 0px 20px 0px;
}
#prod_bite p {
	margin-bottom: 10px;
}
#productquery {
    background-color: #FFFFFF;
    border: 3px solid #26482F;
    color: #000000;
    display: none;
    left: 200px;
    line-height: 120%;
    margin: 0 0 0 -110px;
    min-height: 650px;
    padding: 10px 15px 0;
    position: absolute;
    top: 40px;
    width: 570px;
    z-index: 100;
}
#productquery h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#productquery #basket input[type=text] {
	width: 200px;
	text-align: left;
}
#productquery #basket textarea {
	border: 1px solid #00447A;
	margin-right: 4px;
	padding: 2px;
}
#productquery .ErrorField {
	border-color: #D00;
	color: #D00;
	background: #FFFFFE;
}
#productquery span.ValidationErrors {
	display: inline-block;
	font-size: 12px;
	color: #D00;
	padding-left: 10px;
	font-style: italic;
}
#productquery .form_valid {
	background-color: green;
	background: url(/images/assets/ok2.png);
}
#productquery .close-form {
	float: right;
}
.atclear {
	display: none !important;
}
#prod_tab {
	clear: both;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #eee;
}
#prod_tab li {
	float: left;
	display: block;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	font-weight: 100;
}
#prod_tab li a {
	color: #756570;
}
#prod_tab li.current a {
	color: #405f76;
}
#prod_tab_1 p, #prod_tab_2 p {
	color: #333;
	padding: 0px 20px 20px 20px;
}
#prod_review h2 {
	color: #333;
	margin: 10px 10px 4px 10px;
	font-size: 16px;
}
#prod_review form {
	background-color: #f5f5f5;
	padding: 5px 10px 5px 10px;
	width: 96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#prod_review label {
	color: #756570;
	display: block;
	width: 100%;
	font-weight: 700;
	margin: 10px 0 4px 0;
}
#prod_review input[type=text] {
	width: 200px;
}
#prod_review textarea {
	width: 97%;
	height: 75px;
}
#prod_review input[type=text], #prod_review textarea {
	font-family: Verdana, Geneva, sans-serif;
	border: #ccc 1px solid;
	padding: 5px;
	font-size: 12px;
}
#prod_review p {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}
#prod_review em {
	color: #ff0000;
}
#prod_review p.prod_rating {
	font-size: 12px;
	font-weight: 700;
	color: #756570;
}
#prod_review form input[type=submit] {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	margin: 2px 20px 12px 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	padding: 2px 25px 2px 25px;
	font-weight: 700;
	color: #fff;
	border: solid 1px #2f481d;
	background: #47641d;
	float: right;
}
#prod_tab_1 .review {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
#prod_tab_1 strong {
	font-weight: 700;
}
#prod_tab_1 .review:nth-child(even) {
	background: #f2f5f4
}
#prod_tab_1 .review blockquote {
	padding: 20px;
	font-style: italic;
}
.err {
	border: 1px solid red;
	background-color: pink;
	display: block;
	padding: 10px;
	color: #000;
	margin-bottom: 10px;
}
.err blockquote {
	padding: 10px;
	padding-bottom: 20px;
	font-style: italic;
}
#prod_order {
	clear: left;
	background-color: #193b16;
	height: 63px;
	margin: 0px auto 10px auto;
	padding-top: 23px;
	font-weight: 700;
	font-size: 18px;
	width: 99%;
}

#prod_order_homepage {
    margin:15px 0;
}


#prod_order_phone {
	margin-left: 40px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	height: 33px;
}
#prod_order img {
	vertical-align: middle;
}
#prod_order_phone em {
	font-style: italic;
	font-weight: 100;
	padding: 0px 5px 0px 5px;
}
#prod_order_hours {
	margin-left: 51px;
	float: left;
	color: #a59a72;
	font-size: 24px;
}


#prod_order_search {
	background:url(/images/new/times.jpg) no-repeat center;;
	height: 28px;
	line-height:28px;
	margin: 0px auto 10px 205px;
	font-weight: 700;
	font-size: 16px;
}
#prod_order_phone_search {
	margin-left: 40px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	height: 28px;
}
#prod_order_search img {
	vertical-align: middle;
	margin-top:-3px;
}
#prod_order_phone_search em {
	font-style: italic;
	font-weight: 100;
	padding: 0px 5px 0px 5px;
}
#prod_order_hours_search {
	margin-left: 51px;
	float: left;
	color: #a59a72;
	font-size: 16px;
}
/** search **/

#search h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
#search strong {
	font-weight: 700;
}
#search form {
	margin-bottom: 10px;
}
#search form label {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 700;
	padding-top: 5px;
}
#search form input[type=text] {
	border: 1px solid #deded2;
	width: 150px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 4px;
	margin-top: 10px;
	float: left;
}
#search form input[type=submit] {
	border: none;
	height: 24px;
	width: 60px;
	display: block;
	float: left;
	margin-left: 4px;
	font-size: 10px;
	background: rgb(156,156,156); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(156,156,156,1)), color-stop(100%, rgba(128,128,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(128,128,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(128,128,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(128,128,128,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(156,156,156,1) 0%, rgba(128,128,128,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#808080', GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
/** basket **/


#checkout_stages {
	width: 400px;
	color: #bbb;
	float: right;
}
#checkout_stages ul li {
	display: block;
	float: left;
	margin-left: 10px;
}
#checkout_stages ul li.current {
	color: #193B16;
	font-weight: 700;
	font-size: 120%;
}
#basket, #checkout {
	margin-bottom: 20px;
}
#basket h1, #checkout h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
#basket strong, #checkout strong {
	font-weight: 700;
}
#basket .red {
	color: #ff0000;
}
#basket table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e4e0cb
}
#basket td, #basket th {
	padding: 5px;
}
#basket th {
	font-weight: 700;
	color: #333333;
	text-align: left;
}
#basket td {
	vertical-align: middle;
}
.bag-total td {
	background-color: #f2f5f4;
	color: #000;
}
.cont-shop a {
	font-size: 1.6em;
}
.cont-shop {
	padding: 10px 0px 0px 0px;
}
#basket tr {
	border: 1px solid #e0e0e0;
}
#basket input[type=text] {
	border: 1px solid #00447a;
	padding: 2px;
	width: 20px;
	margin-right: 4px;
	text-align: center;
}
#basket .p_img {
	float: left;
	margin-right: 10px;
}
#basket p, #checkout p {
	margin-bottom: 10px;
	line-height: 120%;
}
.sub_button {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	margin: 2px 10px 12px 10px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	padding: 2px 25px 2px 25px;
	font-weight: 700;
	color: #fff;
	border: solid 1px #2f481d;
	background: #47641d;
	float: right;
}
#basket input[type=submit].checkout {
	background: #ff0000;
}
#basket input[type=submit].empty {
	margin-right: 40px;
}
/** checkout **/
 
#checkout h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#checkout h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#checkout a, #basket a {
	text-decoration: underline;
}
.checkout_account {
	width: 45%;
	margin-right: 20px;
	float: left;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.checkout_account form {
	padding: 10px;
}
.checkout_account label {
	display: block;
	float: left;
	width: 150px;
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 4px;
}
.checkout_account input[type=text], .checkout_account input[type=password] {
	border: 1px solid #333;
	padding: 2px;
	width: 250px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.checkout_account input[type=submit] {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.checkout_create, .checkout_confirm {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.checkout_create form, .checkout_confirm form {
	padding: 10px;
}
.checkout_create textarea {
	border: 1px solid #333;
	padding: 2px;
	width: 280px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.checkout_confirm textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.checkout_create label, .checkout_confirm label {
	display: block;
	float: left;
	width: 150px;
	font-weight: 700;
	clear: left;
	margin-bottom: 4px;
}
.checkout_confirm label {
	width: 200px;
}
.checkout_create input[type=text], .checkout_create input[type=password], .checkout_create select, .checkout_confirm input[type=text], .checkout_confirm input[type=password], .checkout_confirm select {
	border: 1px solid #333;
	padding: 2px;
	width: 280px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.checkout_create input[type=checkbox], .checkout_confirm input[type=checkbox], .checkout_create input[type=radio], .checkout_confirm input[type=radio] {
	margin-bottom: 5px;
}
.checkout_create input[name=postcode_in], .checkout_create input[name=postcode_out], .checkout_create input[name=order_alt_delivery_postcode_in], .checkout_create input[name=order_alt_delivery_postcode_out] {
	width: 50px;
}
#account [name=postcode_in], #account input[name=postcode_out] {
	width: 50px;
}
.checkout_confirm #basket {
	font-size: 120%;
}
.checkout_confirm textarea {
	border: 1px solid #333;
	padding: 2px;
	width: 280px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.checkout_confirm .special {
	width: 390px;
	height: 100px;
}
.checkout_confirm h3 {
	margin-top: 10px;
}
.del1txt_content {
	display: none;
}
/** thank you page **/

 
#thanks table {
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#thanks th, #thanks td {
	padding: 5px;
	line-height: 120%;
	text-align: left;
}
#thanks tr {
	border: 1px solid #333;
}
#thanks th {
	font-weight: 700;
}
#thanks a {
	text-decoration: underline;
}
/** account **/

#account {
	margin: 20px;
}
#account a {
	text-decoration: underline;
}
#account strong {
	font-weight: 700;
}
#account h1 {
	display: block;
	width: 400px;
	font-size: 24px;
	margin-bottom: 10px;
}
#account h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#account h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#account_panel {
	width: 180px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
	padding: 5px;
	line-height: 120%;
}
#account_panel h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 700;
}
#account p, #account table {
	margin-bottom: 10px;
	line-height: 120%;
}
#account table {
	margin-bottom: 10px;
	width: 80%;
}
#account th, #account td {
	padding: 5px;
	line-height: 120%;
	text-align: left;
}
#account tr {
	border: 1px solid #333;
}
#account th {
	font-weight: 700;
}
#account input[type=text], #account input[type=password], #account select {
	border: 1px solid #333;
	padding: 2px;
	width: 180px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#account input[name=postcode_in], #account input[name=postcode_out] {
	width: 50px;
}
#account input[type=checkbox], #account input[type=checkbox] {
	margin-bottom: 3px;
}
#account .err {
	width: 400px;
}
#account textarea {
	border: 1px solid #333;
	padding: 2px;
	width: 180px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#account .comment {
	border: 1px solid #333;
	padding: 2px;
	width: 570px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
}
/** site map **/

#sitemap li {
	margin-top: 10px;
}
/** lightbox **/


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
.shirtguide {
	border: 1px solid #000;
	width: 90%;
	margin-bottom: 10px;
}
.shirtguide th {
	font-weight: 700;
	border-collapse: collapse;
	border: 1px solid #000;
}
.shirtguide td {
	font-weight: 100;
	border-collapse: collapse;
	border: 1px solid #000;
}

.clearall_outer {
	height:20px;	
}
.clearall {
    background: none repeat scroll 0 0 #FFD200;
    color: #183C14;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.mainnav {
    position:fixed;
    width:200px;
    margin-top:12px;
}

.mainnav.homepage {
    position:relative;
    width:200px;
    margin-top:12px;
    float:left;
}

.maincontent {
    margin-left: 220px;
    width: 780px;
    margin-top: 13px;
}

.easysearch_title {
	background:url("/images/new/searchtitle.jpg") no-repeat scroll left center #193B16;
        height: 31px;
        line-height: 31px;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	
}

.easysearch_cat_colour_inner {
	width:27px;
	height:24px;
}

.easysearch_cat_colour_inner a {
	width:27px;
	height:24px;
        display:block;
}


.easysearch_cat_colour {
	float:left;	
	width:27px;
	height:24px;
	border:1px solid #d5d5d5;
	margin:4px 4px 3px 5px;
	background:#000;
	cursor:pointer;
}
.easysearch_cat_colour:hover {
	border:1px solid #666;
}

.easysearch_cat {
	background:url(/images/new/unticked.png) no-repeat left center;
	padding-left:20px;
	height:12px;
	line-height:12px;
	font-size:12px;
	margin:10px 0;
	cursor:pointer;

}

.catheader {
    width:769px;
    height:45px;
    line-height:42px;
    color:#fff;
    padding-left:10px;
    background: #000;
    border:1px solid #e9e9e9;
    font-size:17px;
    text-transform:uppercase;
    font-weight:bold;
}

.catheaderright {
    float:right;
    margin-right: 5px;
    font-size:13px;
    line-height:43px;
      width: 555px;
}


.catheader .telephoneno {
    background: url('/images/assets/phone.png') no-repeat left center;
    padding:5px 0 5px 25px;
    font-size:13px;
}


.backto {
    background:#e9e9e9;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border:1px solid #e5e5e5;
    color: #000000;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 180px;
    margin:auto;
}
.backto a {
        width:180px;
    height:34px;
     display: block;
        color:#000;
        font-size:10px;
    
}

.catheader .telephoneno i {
    font-style:italic;
}
.catheader strong {
    font-weight:bold;
}


.catheader .openingtimes {
    font-size:13px;
    color:#ffd000;
}

.catdesc {
    margin:10px 0;
    color:#2A4647;
}

.cat_unit {
    width:193px !important;
}

.prod_relatedinfo {
    clear:both;
    
}

.prod_instock {
    color:#466017;
    font-size:13px;
    font-weight:bold;
    text-align:center;
}

.prod_needmore {
    color:#000;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
    margin-top:5px;
}

.prod_needmore a {
      color:#000;
}

.prod_theprice {
    font-size:16px;
    font-weight:bold;
    text-align:center;   
    margin-bottom:10px;
}

.prod_theprice code {
    color:#FF081B !important;
    font-size:14px !important;
    text-decoration: line-through;
}

.prod_thepurchase {
    text-align:center;    
}

.prod_delinfo {
    font-size:15px;
    font-weight:bold;
    text-align: center;
    margin:5px 0;
}

.prod_delinfo i {
    font-style:italic;
    font-weight:bold;
}

#prod_prices {
    padding:10px 0;
}

.prod_needhelp {
    line-height:19px;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    background:#193B16;
    padding:5px 0;
}

.prod_needreviews {
    font-size:14px;
    text-align:center;   
    margin:10px 0;
}

.prod_needreviews span {
    cursor:pointer;
}


#newhomecontent {
    box-shadow: 0 0 3px #CCCCCC;
    color: #1D414D;
    line-height: 120%;
    margin-bottom: 20px;
    padding: 20px 10px 10px;
}


#newhomecontent h1, #newhomecontent h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

b { font-weight: bold; }

#newhomecontent p, #newhomecontent p {
    margin-bottom: 12px;
}

.splitter {
    height:11px;
    width:100%;
    background: url('/images/assets/splitter.jpg') no-repeat left center  #193B16;
}

.social {
    padding:10px;
    background:#F8F8F8;
    margin-bottom:15px;
}

.box1 {
    float:left;
    width:267px;
}

.box2 {
    float:left;
    width:409px;
    padding:0 8px;
    margin:0 8px;
    border-left:1px dotted #969696;
    border-right:1px dotted #969696;
}

.box1 .title, .box2 .title {
    color: #1C3F17;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
}

.tweetList li {
    margin:10px 0;
    line-height:18px;
}

.tweetList p.timestamp {
    margin:10px 0;
}

.latestreviews {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #969696;
      height: 125px;
      margin-top:10px;
}

.latestreviewsimage {
    float:left;
    width:113px;
    background:#fff;
    border:1px solid #cfcfcf;
    text-align:center;
    
}

.latestreviewstitle {
    margin-left:130px;
    font-weight:bold;
    color:#0e3f08;
    font-size:13px;   
    margin-bottom:5px;
}
.latestreviewstitle a {
   color:#0e3f08;
}


.latestreviewstext {
        margin-left:130px;
         color:#0e3f08;
         line-height:15px;
         margin-bottom:5px;
}

.latestreviewsstar {
    height:17px;
        margin-bottom:5px;
          margin-left:130px;
}


.star {
    background: url("/images/assets/star.jpg") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 17px;
    width: 17px;
}

.leftcontact {
    float:left;
    width:200px;

    
}

.rightcontact {
   margin-left:220px;
   margin-top:20px;
    border-left:1px dotted #193b16;
    padding-left:20px;
    
}

.rightcontact td, .rightcontact th {
    vertical-align:top;
}

.rightcontact input[type=text] {
    width:350px;
}

.rightcontact textarea {
    width:350px;
    height:200px;
}

.redeem {
    font-weight:bold;
    background:#193B16;
    padding:10px 15px;
    color:#fff;
    margin:5px 0px;
    text-transform: uppercase;
    text-decoration: none !important;
}   

.redeemtd {
    padding:20px 25px !important;
}
    
.catheaderright {
    width:325px;
}

#nav .dropdown {
    z-index:5000;
}


.banneron {
    background-color: chartreuse; 
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 700; 
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000;
    text-align: center; 
    border: 2px solid crimson;
    
}
.banneron p {
    margin:0;padding:0;
    line-height: 120%;
    
}