
/* ---------- Color Module Styles ----------- */

body,
body.overlay {
  color: #3b3b3b;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#page,
#main-wrapper {
  background: #ffffff;
}

.featured-base{
	border-top:1px dashed #10cfee;
	background: #06b5e3; /* url(../images/bg-fixed-header.png) repeat-x 0 100%; */
	-moz-border-radius: 0 0 6px 6px; /* Firefox */
    -webkit-border-radius: 0 0 6px 6px; /* Safari, Chrome */
    -khtml-border-radius: 0 0 6px 6px; /* KHTML */
    border-radius: 0 0 6px 6px; /* CSS3 */
    height: 70px;
    
}


.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#header {background: #05aadf url(../images/bg-fixed-header.png) repeat-x 0 0;}

a {
  color: #05aadf;
}
a:hover,
a:focus {
  color: #05aadf;
}
a:active {
  color: #23aeff;
}
.sidebar .block {
/*
  background-color: #f6f6f2;
  border-color: #f9f9f9;
*/
}
div.phone-number{
    font-size: 1.5em;
    color: #fff;
    margin-top: 10px;
    padding-right: 50px;

}


div.phone-number-description{
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    padding-right: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);

}

.front div.phone-number{    padding-right: 0px;}


#page-wrapper,
#footer-wrapper {
  background: #05aadf url(../images/bg-footer.png) repeat ;
  
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#footer-wrapper,
#secondary-menu-links li a {
  color: #fff;
}

.region-header .block-uc-ajax-cart{
	height: 45px;
	background: transparent url(../images/cart-gradient.png) repeat-x 0;
	padding: 0 10px;
	
}

/* Первая страница */
td.col{padding:5px;}

a.vbann{
    border-radius: 6px;
    padding: 10px;
    display: block;
    overflow: hidden;
    height: 140px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3)
    
}
.green{color: #428b3b;border:1px solid #428b3b;}
.lilo{color:#c76dc9;border:1px solid #c76dc9;}
.gblue{color:#8090a8;border:1px solid #8090a8;}
.gray{color:#bfbfbf;border:1px solid #bfbfbf;}
.gyell{color:#d9a372;border:1px solid #d9a372;}


.view-name{width: 200px; padding-top: 30px}
.view-name .big{text-align: left;}
.view-name .sm{ text-align: left;}

.view-view{width: 100px; text-align: center}

.view-name, .view-view{
    float: left;
    display: block;
}


/* Корзина  */
.cart-block-summary-links, 
.cart-block-summary-wrapp,
.cart-block-summary-wrapp .cart-block-qty,
.cart-block-summary-wrapp .cart-block-summary-total,
.cart-block-summary-total label,
.cart-block-summary-total label span
{
	display: inline;
	float: left;
}



.cart-block-summary-links-chek{
	float: right;	
	margin: 8px 0 0 0;
}


.cart-block-summary-total span{
	font-size: 1em;
	color: #fff;
	
}
.cart-block-qty{
	
	color: #FFF;
	height: 45px;
	display: block;
	font-size: 0.9em;
	border-right: 1px dotted #ffbfa0;
}
.cart-block-qty a{
	margin: 10px 10px 0px 0px;
	display: block;
	text-decoration: underline;
}

.cart-block-summary-total label{
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	
}

.cart-block-summary-total span{
	color: #fff;
	font-size: 1em;
	margin: 5px 10px 0px 10px;
	display: block;
	
}

.cart-block-summary-total img{
	text-align: center;
	display: block;
	margin-left: 15px;
	margin-top: 0px;
}

.block-uc-ajax-cart .content{
	padding: 0;
	margin: 0;
	height: 45px;
	vertical-align: middle;
}

span.piccart{
	width: 30px;
	height: 25px;
	background: transparent url(../images/cartful.png) no-repeat 0 0;
	display: block;
	text-indent: 0;
	font-size: 0em;
	margin-top: 8px;
}

span.piccart-empty{
	width: 40px;
	height: 25px;
	background: transparent url(../images/cart-emty.png) no-repeat 0 0;
	display: block;
	text-indent: 0;
	font-size: 0em;
	margin-top: 8px;
}

span.piccheckuout{
	width: 30px;
	height: 25px;
	background: transparent url(../images/cart_checkout.png) no-repeat 0 0;
	display: block;
	text-indent: 0;
	font-size: 0em;

}


/* ADD TO CART BUTTON */
input.node-add-to-cart,
input.list-add-to-cart{
background:transparent url(../images/addcart.png) no-repeat; /* button image */
height:60px; /* button height */
width:60px; /* button width */
border:none; /* get rid of button border */
cursor:pointer;
cursor:hand;
/* all below just hides the button text */
font-size: 0px;
display:block;
line-height: 0px;
text-indent: -999px;
}
input.node-add-to-cart:hover,
input.list-add-to-cart:hover{
background:transparent url(../images/addcart-hover.png) no-repeat; /* button image */
height:60px; /* button height */
width:60px; /* button width */
border:none; /* get rid of button border */
cursor:pointer;
cursor:hand;
/* all below just hides the button text */
font-size: 0px;
display:block;
line-height: 0px;
text-indent: -999px;}


