

html {

  height: 100%;

  margin-bottom: 0px;

  padding:0px;

}



form {

  margin: 0;

  padding: 0;

}



body {

	font-family: 'Open Sans', sans-serif;

	line-height: normal;

	padding:0px;

	margin: 0px 0px 0px 0px;

	font-size: 14px;

	color: #4C4D4F;

	background-image: url(images/bg.png);

    background-position: left top;

    background-repeat: repeat;

    background-color:#E8E8E3;

}



.mainbody {

	width:830px;

}



#header_div {

    background-image: url(images/top_div.png);

    background-position: center bottom;

    background-repeat: no-repeat;

    height: 175px;

}



.top_contacts {

    height: 65px;

    width: 100%;

}



div#logo {

    width: 247px;

    height: 80px;

    float: left;

    margin-top: 7px;

}



div#logo a {

    width: 247px;

    height: 80px;

    display: block;

    text-decoration: none;

    text-indent: -1000px;

}



.top_widgets {

    height: 55px;

    width: 550px;

    float: left;

}



a.loginLink {

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    color: #4C4D4F;

    text-decoration: none;

    text-transform: lowercase;

}



a.logoutLink {

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    color: #F36F21;

    text-decoration: none;

    text-transform: lowercase;

}



.cartItems {

    position: absolute;

    width: 220px;

    font-size: 11px;

    display: none;

    padding: 5px;

    border: 1px solid #CCC;

    text-align: left;

	z-index:90;

    background-image: url(images/cart_bg.png);

    background-position: left top;

    background-repeat: repeat-x;

    background-color: #F5A35A;

}



.cartHead {

    font-size: 13px;

    cursor: pointer;

    color: #4C4D4F;

    height: 43px;

    background-image: url(images/cart.png);

    background-position: left top;

    background-repeat: no-repeat;

    padding-left: 50px;

    text-align: left;

    

}



.cartHead span {

    color: #F36F21;

    display: block;

}



.productContainer {

    float: left;

    width: 185px;

    margin-right: 25px;

    padding-bottom: 15px;

}



.productContainer .small_img_holder {

    -moz-box-shadow:2px 2px 1px 0px #ccc;

    -webkit-box-shadow:2px 2px 1px 0px #ccc;

    box-shadow:2px 2px 1px 0px #ccc;

    border: 1px solid #E4E4E5;

    width: 175px;

    background-color: #FFF;

}



.product_container3 {

    margin-right: 0px;

}



.separator_div {

    clear: both;

    height: 2px;

    width: 100%;

    background-color: #363636;

    margin-bottom: 15px;

}



.clearboth {

    clear: both;

    height: 10px;

    width: 100%;

}



.productSmallTitle {

    font-family: 'Open Sans', sans-serif;

    font-size: 12px;

    text-transform: uppercase;

    color: #4C4C4B;

    font-weight: 600;

    padding-top: 10px;

}



.productSmallTitle a {

    text-decoration: none;

    color: #4C4C4B;

}



.productSmallPrice {

    font-family: 'Open Sans', sans-serif;

    font-size: 18px;

    text-transform: uppercase;

    color: #000;

    font-weight: bold;

    line-height: 100%;

    padding-top: 5px;

}



.productSmallPrice span {

    font-size: 20px;

    font-weight: bold;

    display: block;

    color: #F36F21;

    text-transform: none;

	padding-top:5px;

}



.productSmallQnt {

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    color: #ED1C24;

    font-weight: bold;

    line-height: 100%;

    padding-top: 15px;

}



.add_to_cart_link {

    padding-top: 8px;

}



.add_to_cart_link a {

    color: #226AA0;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;

}



.cartitem {

    display: inline-block;

    width: 100%;

    border-bottom: 1px dotted #FFF;

    padding-top: 4px;

    padding-bottom: 4px;

    clear: both;

}



span.cart_prod_price {

    float: right;

    font-weight: bold;

    color: #EC2930;

    margin-left: 10px;

}



span.cart_prod_title {

    width: 150px;

    display: block;

    float: left;

}



.cartTotalDiv {

    font-weight: bold;

    color: #EC2930;

    text-align: right;

    border-bottom: 2px solid #363636;

    padding-bottom: 4px;

    padding-top: 4px;

}



.deleteCartDiv {

    text-align: center;

    padding-top: 4px;

}



.deleteCartDiv a {

    color: #226AA0;

    text-decoration: none;

    text-transform: uppercase;

    font-weight: 600;

}



.deleteCartDiv a:hover {

    color: #747474;

}



.addedToCart {

    width: 200px;

    padding: 5px;

    background-color: #F5A35A;

    border: 1px solid #CCC;

    position: fixed;

    top: 48%;

    left: 50%;

    margin-left: -105px;

    -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.75);

    -moz-box-shadow:    0px 0px 14px rgba(50, 50, 50, 0.75);

    box-shadow:         0px 0px 14px rgba(50, 50, 50, 0.75);

    font-size: 12px;

    color: green;

    text-align: center;

}



#addedToCart2 {

    width: 200px;

    padding: 5px;

    background-color: #F5A35A;

    border: 1px solid #CCC;

    position: fixed;

    top: 48%;

    left: 50%;

    margin-left: -105px;

    -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.75);

    -moz-box-shadow:    0px 0px 14px rgba(50, 50, 50, 0.75);

    box-shadow:         0px 0px 14px rgba(50, 50, 50, 0.75);

    font-size: 12px;

    color: green;

    text-align: center;

    z-index: 2000;

}



div.productViewDiv {

    width: 490px;

}



h3.productViewTitle {

    color: #F7941E;

    font-size: 18px;

    text-transform: uppercase;

    margin-top: 0px;

    margin-bottom: 6px;

}



div.productViewDesc {

    font-size: 12px;

    padding-bottom: 12px;

}



div.productViewSpecs div {

    background-color: #E7E7E8;

    font-size: 13px;

    color: #4C4D4F;

    margin-bottom: 2px;

    padding: 3px;

    text-align: right;

}



div.productViewSpecs div strong {

    font-weight: normal;

    float: left;

}



.top_menu_widget {

    float: left;

    margin-top: 4px;

    padding-left: 20px;

}



.top_menu_widget ul.sf-menu {

    margin: 0px;

    padding: 0px;

}



.productViewPrice {

    margin-top: 20px;

}



td.prodViewPriceTd1 {

    width: 340px;

    font-size: 22px;

    color: #000;

    font-weight: bold;

    padding-bottom: 20px;

}



td.prodViewPriceTd1 div {

    font-weight: bold;

    font-size: 26px;

}



td.prodViewPriceTd1 div span {

    font-size: 40px;

    color: #ED1C24;

}



.video_container {

    width: 50%;

    float: left;

    text-align: center;

    padding-bottom: 15px;

    margin-bottom: 5px;

}



.spacer_clear {

    clear: both;

    height: 2px;

    width: 100%;

    background-color: #747474;

}



img.youtube_thumb {

    width: 330px;

    height: auto;

    border: none;

    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.5);

    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.5);

    box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.5);

}



.video_title {

    font-size: 16px;

    padding-top: 5px;

}



.videoNavi, .imgNavi {

    clear: both;

    padding-bottom: 10px;

}



.videoNavi a, .imgNavi a {

    font-family:Arial, Helvetica, sans-serif;

    font-size: 28px;

    text-decoration: none;

    color: #4C4D4F;

    line-height: 22px;

}



.video_title {

    font-size: 16px;

    padding-top: 5px;

}



.videoNavi {

    clear: both;

    padding-bottom: 10px;

}



.videoNavi a {

    font-family:Arial, Helvetica, sans-serif;

    font-size: 28px;

    text-decoration: none;

    color: #4C4D4F;

    line-height: 22px;

}



.imgGalHolder {

    width: 33%;

    float: left;

}



.imgGalHolder a {

    text-decoration: none;

    display: block;

    width: 210px;

    height: 210px;

    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.5);

    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.5);

    box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.5);

}



.noImgpic {

    width: 210px;

    height: 210px;

    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.5);

    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.5);

    box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.5);

    text-align: center;

    line-height: 210px;

    font-size: 12px;

}



.imgGalDiv0 {

    text-align: left;

}



.imgGalDiv1 {

    text-align: center;

}



.imgGalDiv1 a, .imgGalDiv1 div {

    margin-left: 32px;

}



.imgGalDiv2 {

    text-align: right;

}



.imgGalDiv2 a, .imgGalDiv2 div {

    margin-left: 64px;

}



.imgGalHolder .imgGalTitle {

    width: 210px;

    text-align: center;

    font-size: 18px;

    padding-top: 25px;

}



a.imgGallerPics {

    text-decoration: none;

    float: left;

    display: block;

    width: 210px;

    height: 210px;

    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.5);

    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.5);

    box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.5);

    margin-left: 30px;

    margin-right: 30px;

    margin-bottom: 20px;

}



.backGalLink {

    clear: both;    

}



.backGalLink a {

    font-size: 14px;

    color: #747474;

    font-weight: bold;

    text-decoration: none;

}



.backGalLink:hover a {

    text-decoration: underline;

}



h1.red_content_title, h1.blue_content_title {

    margin-top: 0px;

    margin-bottom: 30px;

    border-bottom: 2px;

    border-bottom: 2px solid #747474;

}



h1.red_content_title span {

    display: inline-block;

    font-size: 22px;

    font-weight: normal;

    height: 36px;

    line-height: 36px;

    padding-left: 30px;

    padding-right: 30px;

    margin-left: 30px;

    background-color: #975814;

    background-image: url(images/head_red.png);

    background-position: right top;

    background-repeat: no-repeat;

    color: #FFF;

    -moz-border-radius-topleft: 22px;

    -webkit-border-top-left-radius: 22px;

     border-top-left-radius: 22px;

    -moz-border-radius-topright: 22px;

    -webkit-border-top-right-radius: 22px;

    border-top-right-radius: 22px;

}



h1.blue_content_title span {

    display: inline-block;

    font-size: 22px;

    font-weight: normal;

    height: 36px;

    line-height: 36px;

    padding-left: 30px;

    padding-right: 30px;

    margin-left: 30px;

    background-color: #226699;

    background-image: url(images/head_blue.png);

    background-position: right top;

    background-repeat: no-repeat;

    color: #FFF;

    -moz-border-radius-topleft: 22px;

    -webkit-border-top-left-radius: 22px;

     border-top-left-radius: 22px;

    -moz-border-radius-topright: 22px;

    -webkit-border-top-right-radius: 22px;

    border-top-right-radius: 22px;

}



tr.bigCartRow0 {

    background-color: #E3E3E3;

}



td.bigCartProdPrice, td.bigCartProdTotal {

    background-color: #E4E4E2;

    font-weight: bold;

    font-size: 16px;

    color: #F16022;

    text-align: center;

    width: 80px;

}



tr.bigCartRow0 td.bigCartProdPrice, tr.bigCartRow0 td.bigCartProdTotal {

    background-color: #D6D6D4;

}



td.bigCartImgTd {

    width: 50px;

    text-align: right;

}



td.bigCartRef {

    width: 60px;

    text-align: center;

}





td.bigCartImgTd img {

    width: 56px;

    height: auto;

    -moz-box-shadow:2px 2px 1px 0px #ccc;

    -webkit-box-shadow:2px 2px 1px 0px #ccc;

    box-shadow:2px 2px 1px 0px #ccc;

    border: 1px solid #E4E4E5;

}



table.bigCartTable th {

    font-size: 13px;

    font-weight: 600;

    color: #747474;

    border-bottom: 2px solid #747474;

}



td.bigCartProdQuan {

    text-align: center;

    font-size: 18px;

    width: 75px;

}



td.bigCartProdQuan a {

    text-decoration: none;

    font-size: 22px;

    font-weight: 600;

    color: #747474;

}



td.bigCartProdQuan span {

    background-color: #FFF;

    padding: 1px 5px;

    border: 2px solid #747474;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    margin-right: 5px;

    margin-left: 5px;

    cursor: pointer;

}



.cartBigTotalDiv {

    padding-top: 10px;

    border-top: 2px solid #747474;

    padding-bottom: 10px;

    font-size: 16px;

    font-weight: bold;

    text-align: right;

}



.cartBigTotalDiv span {

    color: #F16022;

    padding-left: 30px;

}



.goToBigCart {

    border-bottom: 2px solid #747474;

    padding-bottom: 4px;

    text-align: center;

}



.goToBigCart a {

    text-decoration: none;

    color: #F36F21;

    text-transform: uppercase;

    font-weight: 600;

}



.goToBigCart a:hover {

    color: #747474;

}



.fancyLeft {

    display: block;

    width: 32px;

    height: 32px;

    position: absolute;

    left: 2px;

    top: 48%;

}



.fancyLeft a {

    text-decoration: none;

}



.fancyRight {

    display: block;

    width: 32px;

    height: 32px;

    position: absolute;

    right: 2px;

    top: 48%;

}



.fancyRight a {

    text-decoration: none;

}



a.addToCartButton {

    display: block;

    height: 41px;

    line-height: 41px;

    text-decoration: none;

    text-transform: uppercase;

    font-size: 22px;

    font-weight: bold;

    color: #4C4D4F;

    background-image: url(images/buyButton.png);

    background-position: left top;

    background-repeat: repeat-x;

    border: 1px solid #E6E7E7;

    text-align: center;

    width: 80%;

    float: right;

    margin-top: 10px;

}



a.addToCartButton:hover {

    color: #226AA0;

}



.bigCartProdTitle a {

    text-decoration: none;

    color: #363636;

    font-size: 16px;

}



.bigCartProdTitle a:hover {

    color: #226AA0;

}



.searchBlock a img {

    border: none;

}



.searchBlock a {

    text-decoration: none;

}



.searchResultCount {

    color: #363636;

    font-size: 16px;

    padding-bottom: 10px;

    margin-bottom: 20px;

    border-bottom: 1px dotted #747474;

}



input#searchField {

    border: 1px solid #747474;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    font-size: 14px;

    height: 18px;

    line-height: 18px;

    width: 150px;

    padding-left: 5px;

    padding-right: 5px;

    background-color: #F2F1EF;

}



table.top_widgets_table {

    margin-top: 6px;

}



div#footer {

    height: 83px;

    background-image: url(images/footer.png);

    background-position: top left;

    background-repeat: repeat-x;

    margin-top: 30px;

    -webkit-border-radius: 10px 10px 0px 0px;

    -moz-border-radius: 10px 10px 0px 0px;

    border-radius: 10px 10px 0px 0px; 

}



table.footer_widgets_table td {

    height: 83px;

}



div.footerInfo {

    padding-left: 30px;

	font-size:12px;

}



.parentDiv img {

    width: 100px;

    height: 100px;

}



.productTitle {

    margin-top: 10px;

    width: 244px;

    text-align: left;

    padding-left: 16px;

    background-image: url(images/dot1.png);

    background-position: 0px 6px;

    background-repeat: no-repeat;

}



.productTitle:hover {

    background-image: url(images/dot2.png);

}



.productTitle:hover a {

    color: #A91B1B;

}



.productTitle a {

    text-decoration: none;

    color: #4C4C4B;

    text-transform: uppercase;

    font-size: 13px;

}



.parentDiv {

    float: left;

    width: 33%;

}



.categoryTitle {

    border-bottom: 2px solid #747474;

    width: 100%;

    clear: both;

    height: 36px;

    margin-top: 25px;

    text-align: left;

}

.categoryTitle h1 {
    margin: 0;
    font-weight: normal;
    float: left;
}



.categoryTitle a {

    color: #FFF;

    text-decoration: none;

}



.categoryTitle .levelOne {

    display: inline-block;
    float: left;
    font-size: 18px;

    font-weight: normal;

    height: 36px;

    line-height: 36px;

    padding-left: 30px;

    padding-right: 30px;

    background-color: #D70D14;

    background-image: url(images/head_red0.png);

    background-position: right top;

    background-repeat: no-repeat;

    color: #FFF;

    -moz-border-radius-topleft: 22px;

    -webkit-border-top-left-radius: 22px;

     border-top-left-radius: 22px;

    -moz-border-radius-topright: 22px;

    -webkit-border-top-right-radius: 22px;

    border-top-right-radius: 22px;

    z-index: 103;

    position: relative;

}



.categoryTitle .levelTwo {

    display: inline-block;

    font-size: 16px;

    font-weight: normal;

    height: 36px;

    line-height: 36px;

    padding-left: 50px;

    padding-right: 30px;

    margin-left: -35px;

    background-color: #975814;

    background-image: url(images/head_red.png);

    background-position: right top;

    background-repeat: no-repeat;

    color: #FFF;

    -moz-border-radius-topleft: 22px;

    -webkit-border-top-left-radius: 22px;

     border-top-left-radius: 22px;

    -moz-border-radius-topright: 22px;

    -webkit-border-top-right-radius: 22px;

    border-top-right-radius: 22px;

    z-index: 102;

    position: relative;

}



.categoryTitle .levelThree {

    display: inline-block;

    font-size: 16px;

    font-weight: normal;

    height: 36px;

    line-height: 36px;

    padding-left: 50px;

    padding-right: 30px;

    margin-left: -35px;

    background-color: #226699;

    background-image: url(images/head_blue.png);

    background-position: right top;

    background-repeat: no-repeat;

    color: #FFF;

    -moz-border-radius-topleft: 22px;

    -webkit-border-top-left-radius: 22px;

     border-top-left-radius: 22px;

    -moz-border-radius-topright: 22px;

    -webkit-border-top-right-radius: 22px;

    border-top-right-radius: 22px;

    z-index: 101;

    position: relative;

}



.categoryInfo {

    padding: 15px 0px;

    width: 100%;

    border-bottom: 2px solid #747474;

    display: inline-block;margin-bottom: 15px;

}



.categoryBigImg {

    padding-left: 15px;

    padding-bottom: 15px;

}



.catTitle2 {

    float: left;

    width: 190px;

    text-align: center;

    font-size: 16px;

    text-decoration: none;

    font-weight: 600;

    color: #363636;

    line-height: 100%;

    text-transform: uppercase;

}



.childDiv {

    text-wrap: normal;

    font-size: 16px;

    font-weight: 600;

    color: #F16022;

    width: 100%;

    text-align: center;

}



.childDiv a {

    font-size: 14px;

    text-decoration: none;

    text-transform: uppercase;

}



a.orderButton {

    float: right;

}



h3.recentlyTitle {

    clear: both;

    font-size: 18px;

    padding-left: 20px;

    margin-bottom: 2px;

}



.recentlyProducts {

    width: 796px;

    clear: both;

    display: inline-block;

    border: 2px solid #636466;

    padding: 15px;

    -webkit-border-radius: 15px 15px 15px 15px;

    -moz-border-radius: 15px 15px 15px 15px;

    border-radius: 15px 15px 15px 15px;

}



.recvImgDiv {

    width: 132px;

    float: left;

    margin-left: 7px;

    margin-right: 7px;

}



.recvImgDiv img {

    width: 132px;

    height: auto;

    border: 1px solid #CCC;

}



.sliderOuter {

    display: inline-block;

}



a.sliderPrev {

    width: 32px;

    height: 32px;

    float: left;

    margin-top: 50px;

}



a.sliderNext {

    width: 32px;

    height: 32px;

    float: right;

    margin-top: 50px;

}



.recSlide2 {

    display: none;

}



ul.myCarousel li img {

    border: 1px solid #CCC;

	width:248px !important;

	height:auto;

}



ul.bigSliderUl li img {

    border: 1px solid #CCC;

	width:828px !important;

	height:auto;

}





.bx-wrapper .bx-pager {

	color:red !important;

	padding-top:0px !important;

	text-align:left !important;

}



.carouselWidget {

    padding-bottom: 15px;

    border-bottom: 2px solid #747474;

}



.carouselWidget .bx-wrapper {

    margin-bottom: 0px;

}



.bigSliderOuter .bx-wrapper {

	margin-bottom:10px;

}



.carouselWidget .bx-viewport {

    height: 253px !important;

}



.productCatWidget {

    padding-top: 15px;

}



h1.pageTitle {

    font-size: 20px;

    color: #F16022;

    text-transform: uppercase;

    margin-top: 0px;

}



span.required {

    color: red;

}



.formHolderDiv div.row, .formHolderDiv div.row_rememberMe, .formHolderDiv div.row_buttons {

    padding-bottom: 28px;

}



.formHolderDiv div.row label {

    display: block;

    font-weight: bold;

    padding-left: 20px;

    color: #4C4D4F;

}



.formHolderDiv div.row_rememberMe label {

    font-weight: bold;

    color: #4C4D4F;

}



.formHolderDiv div.row input[type="text"], .formHolderDiv div.row input[type="password"] {

    border: 2px solid #4C4D4F;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

    height: 20px;

    line-height: 20px;

    width: 340px;

    padding-left: 17px;

    padding-right: 18px;

    color: #4C4D4F;

}



.row_buttons input {

    cursor: pointer;

    border: none;

    font-size: 12px;

    font-weight: bold;

    color: #FFF;

    text-transform: uppercase;

    background-image: url(images/button.png);

    background-position: center top;

    background-repeat: no-repeat;

    background-color: #811215;

    padding: 0px;

    margin: 0px;

    height: 29px;

    line-height: 29px;

    padding-left: 15px;

    padding-right: 15px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

}



.formHolderDiv div.row select {

    border: 2px solid #4C4D4F;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

    height: 26px;

    line-height: 20px;

    width: 379px;

    padding-left: 17px;

    padding-right: 18px;

    padding-top: 3px;

    padding-bottom: 3px;

    color: #4C4D4F;

}



.akciyaDiv {

	width:370px;

}



.akciyaDiv h3 {

	margin:0px;

	font-size:18px;

	color:#231F20;

	text-transform:uppercase;

	line-height:110%;

}



.akciyaDiv .akciyaIntro {

	font-size:12px;

}



.akciyaReadmore {

	text-align:right;

	padding-top:10px;

}



.akciyaReadmore a {

	font-size:12px;

	font-weight:bold;

	color:#ED1C24;

	text-decoration:none;

}



.akciyaReadmore a:hover {

	color:#231F20;

}



.akciyaDivCount0 {

	float:left;

}



.akciyaDivCount1 {

	float:right;

}



.topContactsWidget {

	padding-right:75px;

	text-align:right;

	font-size:18px;

	font-weight:bold;

	padding-top:25px;

}



.topContactsWidget p {

	margin: 0px;

}



.topContactsWidget span.topContacts1 {

	color:#D95D1D;

}



.topContactsWidget span.topContacts2 {

	color:#6F6F6F;

}



.topContactsWidget span.topContacts3 {

	color:#43D2EF;

}



.topContactsWidget span.topContacts1 a {

	color:#6F6F6F;

	text-decoration:none;

}



.topContactsWidget span.topContacts1 a:hover {

	color:#666;

}



.warningDiv a {

    text-decoration: underline;

    color: red;

}



.warningDiv a:hover {

    color: #747474;

}



.activeParentCat {

    background-image: url(images/dot2.png);

    background-position: 0px 6px;

    background-repeat: no-repeat;

}



.activeParentCat a {

    color: #008AC5;

}



.userType {

    font-size: 12px;

}



.btn-custom {

    color: #FFFFFF;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    background-color: #008AC5;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

    display: inline-block;

    padding: 5px 10px;

    margin: 5px;

    border: 1px solid #1B6FBD;

    text-decoration: none;

}



.btn-custom:hover,

.btn-custom:active,

.btn-custom.active,

.btn-custom.disabled,

.btn-custom[disabled] {

    color: #FFFFFF;

    background-color: #1570E8;

    border-color: #1B6FBD;

}



.activeChildCat {

    color: #FFFFFF;

    background-color: #777;

    border-color: #555;

}



.btn-custom span {

    background-color: #FFF;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    color: #666666;

    font-size: 11px;

    font-weight: bold;

    line-height: 1;

    min-width: 10px;

    padding: 1px 7px;

    text-align: center;

    vertical-align: baseline;

    white-space: nowrap;

    margin-top: -2px;

}



h1.videoGalTile {

    margin-bottom: 10px;

}



.videoCatsDiv {

    padding-bottom: 10px;

    border-bottom: 2px solid #747474;

    margin-bottom: 15px;

    text-align: center;

}



.videoCatsDiv a {

    text-transform: uppercase;

}



.videoCatsDiv a.activeVcat {

    background-color:  #747474;

    border: 1px solid #555;

}



.normativMenu {

    padding: 10px;

    width: 200px;

    border: 1px solid #CCC;

    background-color: #eaeaea;

    float: right;

    margin-left: 15px;

}



.normativMenu a {

    text-decoration: none;

}



.normativMenu a:hover, .normativMenu a:hover strong, .normativMenu a:hover span {

    color: #A91B1B !important;

}



.readCond a {

	color:red;

}



.footSn {

    padding-right: 15px;

    padding-top: 5px;

}



.footSn a {

    margin: 0 4px;

}