#cart {
	position: relative;
	min-width: 800px;
	max-width: 800px;
	height: 100%;
	z-index: 0;
}
#headajaxcart {
	height:30px;
	width:250px;
	line-height:39px;
	margin-top: 8px;
	font-size:20px;
	color:#000;
	font-family:Tahoma, Arial;
}
#ajaxcheckout {
	float:left;
	text-align:center;
	width:760px;
	margin:20px;
}
#ajaxheadproducts {
	font-size:16px;
	text-align:center;
	width:760px;
	margin:10px 20px;
	text-align:center;
}
#ajaxcartempty{
	margin: 20px;
}
#ajaxcartempty a{
	font-size: 14px;
	font-family: Tahoma, Arial;
}
#ajaxcartloadimg {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:30px;
	height:30px;
}
.ajaxcartoptionname {
	margin-left: 15px;
	color: #666666;
}
a#gotoorder {
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color:#89c403; 
    border-radius:5px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    height: 38px;
    text-align: center;
    line-height: 38px;
    width: 245px;
    text-decoration:none; 
    text-shadow:0px 1px 0px #888;
}
a#gotoorder:hover {
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color:#77a809;
}
a#gotoorder:active {
    position:relative;
    top:1px;
}
a#gotoshopping {
    box-shadow:inset 0px 1px 0px 0px #ffffff;   
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    border-radius:5px;   
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    height: 38px;
    text-align: center;
    line-height: 38px;
    width: 245px;
    text-decoration:none; 
    text-shadow:0px 1px 0px #ffffff;
    margin-right: 10px;
}
a#gotoshopping:hover {
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color:#dfdfdf;
}
a#gotoshopping:active {
    position:relative;
    top:1px;
}
table.ajaxtable {
	width:760px;
	margin:0 15px 0 20px;
	position:relative;
	float:left;
	border-collapse: collapse;
	border: 0;
}
table.ajaxtable thead {
	margin-bottom: 15px;
}
table.ajaxtable thead tr td.name {
	text-align: left;
	color:#000;
	padding-left: 15px;
}
table.ajaxtable thead tr td {
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Arial;
	color:#000 !important;
	background: none !important;
	padding: 4px 0;
	border-bottom: 1px dashed #bbb;
	border-top: 1px dashed #bbb;
}
table.ajaxtable thead tr td.quantity{
	text-align: center;
	width: 120px;
	color:#000;
}
table.ajaxtable thead tr td.image{
	text-align: center;
	width: 100px;
	color:#000;
}
table.ajaxtable tbody tr {
	height: 40px;
}
table.ajaxtable tbody tr td {
	text-align: center;
	font-size: 14px;
	font-family: Tahoma, Arial;
	color:#000;
	border: 0;
}
table.ajaxtable tbody tr td.image {
	text-align: center;
	padding: 10px 0;
}
table.ajaxtable tbody tr td.name {
	padding-left: 0px;
	text-align: left;	
}
table.ajaxtable tbody tr td.name a{
	text-align: left;
	font-size: 14px;
	color:#0F71C8;
	margin-left: 15px;
	display: block;
}
#ajaxtotaltable {
	padding-top: 15px;
	width:760px;
	margin:0 15px 0 20px;
	position:relative;
	float:left;
	border-collapse: collapse;
	border-top: 1px solid #eee;
}
#ajaxtotaltable tr td.total{
	
	font-size: 14px;
}
#ajaxtotaltable tr td.price{
	font-size: 14px;
	width: 100px;
}
#ajaxtotal{
	text-align: left;
	background: none;
}
#ajaxtotal #ajaxtotalall-text{
	font-size: 14px;
	font-family: Tahoma, Arial;
	color:#000;
	border: 0;
	display: inline;
}
#ajaxtotal #ajaxtotalall-price{
	font-size: 20px;
	font-family: Tahoma, Arial;
	color:#000;
	font-weight: bold;
	display: inline;
}
#ajaxtotal #ajaxtotalall-price span{
	font-size: 12px;
	font-family: Tahoma, Arial;
	color:#000;
	font-weight: bold;
}
table.ajaxtable tbody tr td.price{
	text-align: center;
	font-size: 14px;
	font-family: Tahoma, Arial;
	color:#000;
}
table.ajaxtable tbody tr td.price span{
	font-size: 10px;
	font-family: Tahoma, Arial;
	color:#000;
}
table.ajaxtable tbody tr td.quantity{
	text-align: center;
	width: 120px;
}
table.ajaxtable tbody tr td.quantity span{
	font-size: 10px;
	font-family: Tahoma, Arial;
	color:#000;
	display: inline;
}
table.ajaxtable tbody tr td.quantity input{
	text-align: right;
	width: 30px;
	font-size: 14px;
	font-family: Tahoma, Arial;
	color:#000;
	background: #fff;
	border: 1px solid #bbb;
	padding: 1px 2px;
}
table.ajaxtable tbody tr td.quantity .quantity-m{
	font-size:16px;
	color:#000;
	text-decoration:none;
	display:inline;
}
table.ajaxtable tbody tr td.quantity .quantity-p{
	font-size:12px;
	color:#000;
	text-decoration:none;
	display:inline;
}
table.ajaxtable tbody tr td.stoimost{
	text-align: center;
	font-size: 16px;
	font-family: Tahoma, Arial;
	color:#000;
	font-weight: normal;
}
table.ajaxtable tbody tr td.stoimost span{
	font-size: 12px;
	font-family: Tahoma, Arial;
	color:#000;
	font-weight: bold;
}

.carousel  {
   width: 680px;
   margin: 0px auto 0px auto;
   padding: 15px 0 25px 0;
}
.carousel-wrapper {
   width: 629px;
   overflow: hidden;
   padding:0px;
}
.carousel-items {
   width: 10000px;
   position: relative;
   overflow: hidden;
   float: left;
}
.carousel-button-left a, .carousel-button-right a{
   width: 25px; 
   height: 36px; 
   cursor: pointer; 
   text-decoration:none;
   margin-top: 55px;
}
.carousel-button-left a{
   float: left; 
}
.carousel-button-right a{
   float: right;

}
.carousel-block {
	background: #fff;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
    margin:10px 8px;
    padding: 4px 10px;
    vertical-align: top;
    width: 278px;
}
.carousel-block .image {
	display: block;
    float: left;
    margin-bottom: 0px;
    margin-right: 8px;
    margin-top: 3px;
}
.carousel-block .image img {
	padding: 0px;
	border: 1px solid #E7E7E7;
}
.carousel-block .name a {
	color: #38B0E3;
	display: block;
    font-weight: bold;
    margin: 4px 3px 4px 0px;
    text-decoration: none;
}
.carousel-block .description {
	color: #666;
    font-size: 11px;
    padding-bottom: 4px;
    text-align: left;
}
.carousel-block .block {
	margin-bottom: 2px;
	margin-top: 4px;
    min-height: 27px;
}
.carousel-block .block2 {
	margin-bottom: 2px;
	margin-top: 4px;
    min-height: 16px;
}
.carousel-block .block2 .link{
	color: #666666;
    font-size: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.carousel-block .block2 .link:first-child{
	float: left;
}
.carousel-block .block2 .link:last-child{
	float: right;
}
.carousel-block .price {
	color: #333333;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
}
.carousel-block .price-old {
	color: #F00;
	text-decoration: line-through;
}
.carousel-block .price-new {
	font-weight: bold;
}
.carousel-block .rating {
	display: block;
	margin-bottom: 4px;
}
.carousel-block .cart {
	float: right;
}
@media all and (width) {                            
	.carousel { 
		margin-bottom: 30px;                          
	} 
} 