@CHARSET "UTF-8";

.block .block-content .list li.item {
	width: 47%;
}

.list li.item {
    border-bottom: 1px solid #D9DDD3;
   padding: 5px 4px;
    float: left;
}

.list li.item {
	height:250px;
    width:49%;
}

.list li.item.last {
    border-bottom: 0 none;
}
.product-image {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display:inline-block;
    float: left;
    margin: 0 0 10px;
    text-align: center;
}

.grid .product-image {
	border: 0 none;
	margin: 0;
	float: none;
}

.list .product-image {
	width: 135px;
	height: 135px;
	padding: 10px 0;float:left;
}

.product-shop {
	float:left;
    margin-left: 15px;
    display: block;
	width: 260px;
}

.product-view .product-shop {
	/* float: left; */
    margin-left: 10px;
    _margin-left:20px;
    width: 68%;
    display: block;
}

.product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}

.list .product-name {
	max-width: 330px;
    ^width:330px;
    _width:100%;
}

.list li.item button.button {
    border: 1px solid #336699;
    border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 5px;
	height:20px;
	_border:0 none;
}

.list li.item button.button span {
	font-size: 10px;
	he
}

.product-name, .product-name a {
    color: #203548;
}

.product-view .product-name {
	font-size: 16px;
}

.price-box {
    float: left;
    margin: 3px 13px 5px 0;
}
.availability {
    float: left;
    margin: 3px 0 0;
}
.desc {
    clear: both;
    line-height: 1.35;
    margin: 0 0 15px;
    padding: 6px 0 0;
}

.product-view .desc {
	height: auto;
	overflow: hidden;
}

.desc .link-learn {
    font-size: 11px;
}
.add-to-links {
    clear: both;
}
.add-to-links li {
    display: inline;
    float: left;
}
.add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.std .subtitle {
    padding: 0;
}
.std ol.ol {
    list-style: decimal outside none;
    padding-left: 1.5em;
}
.std ul.disc {
    list-style: disc outside none;
    margin: 0 0 10px;
    padding-left: 10px;
}

.product-view .std ul.disc {
	
	overflow: hidden;
}

.product-view .quote {
	background-color: #FBFBFB;
	_border: 1px solid #999999;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    padding: 5px;
    width: 84px;
    margin-left: 500px;
     margin-top: 32px;
}


.std ul.disc li {
	height: 22px;
    line-height: 20px;
    overflow: hidden;
}

.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: disc outside none;
    padding-left: 1.5em;
}
.std ol {
    list-style: decimal outside none;
    padding-left: 1.5em;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: 0.5em 0;
}
.std dt {
    font-weight: bold;
}
.std dd {
    padding: 0 0 0 1.5em;
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b, .std strong {
    font-weight: bold;
}
.std i, .std em {
    font-style: italic;
}