﻿/* stylesheet contains style for page and social/links */

.wrapper h1.title { margin: 10px 0; color: #333; font: 38px/1.8em 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif }

.tab-content img { /*width: 100%*/ border:4px solid #EDEDED; }
.tab-content div.ol { margin-left: 90px }
.tab-content ol { margin-left: 90px }
.tab-content ol li.first { font-weight: bold; margin: 40px 0 20px 0; line-height: 18px }
.tab-content ol li { font-weight: bold; line-height: 38px }



.prowrapper
{
    width: 960px;
    margin: 0px auto;
    min-height: 600px;
}

.prowrapper h1, .prowrapper h4, .prowrapper p, .prowrapper pre, .prowrapper ul, .prowrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

.prowrapper li
{
    outline: 0;
    text-decoration: none;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    -ms-transition-property: background color;
    transition-property: background color;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    -ms-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#v-nav
{
    height: 100%;
    margin: auto;
    color: #333;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

#v-nav ul
{
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top: 0;
    border: 1px solid #DDD;
    border-right-width: 0;
    margin: auto 0 !important;
    padding:0;
}

#v-nav ul >li
{
    width: 180px;
    list-style-type: none;
    display: block;
    /*text-shadow: 0px 1px 1px #F2F1F0;*/
    font-size: 1.11em;
    position: relative;
    border-right-width: 0;
    border-bottom: 1px solid #DDD;
    margin: auto;
    padding: 10px 15px !important;  
    background: #fef32f;
	background: -moz-linear-gradient(top,  #fef32f 0%, #e8dc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef32f), color-stop(100%,#e8dc00));
	background: -webkit-linear-gradient(top,  #fef32f 0%,#e8dc00 100%);
	background: -o-linear-gradient(top,  #fef32f 0%,#e8dc00 100%);
	background: -ms-linear-gradient(top,  #fef32f 0%,#e8dc00 100%);
	background: linear-gradient(to bottom,  #fef32f 0%,#e8dc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef32f', endColorstr='#e8dc00',GradientType=0 );

}

#v-nav ul >li.current
{
    color: black;
    border-right: none;
    z-index: 10;
    background: white !important;
    position: relative;
   /* moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;*/
}

#v-nav ul >li.first.current
{
    border-bottom: 1px solid #DDD;
}

#v-nav ul >li.last
{
    border-bottom: none;
}

#v-nav div.tab-content
{
    position: relative;
    z-index: 9;
    display: none;
    /*padding: 25px;*/
}

#v-nav div.tab-content >h4
{
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main_cat{
	float:left; width:150px; padding:5px; margin-right:5px;
}

.cat_name{
	float:left; width:150px; background:#a71112; color:#FFFFFF; padding:5px; margin-right:5px; margin-bottom:10px;
}

.all_products{
	font: 16px Open Sans;
	font-weight: 600;
	color: #C6060D;	
	font-weight: normal;
}