body {
	text-align: center;
}

/*********** General ***********/

* {
	margin: 0;
	padding: 0;
}

body,tr,th,td,input,select,textarea {
	font: normal 12px arial, helvetica;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p { padding: 0 0 10px 0; }

/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

label span {
	color: #f00;
	padding: 0 5px 0 7px;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
/* header */
#header {
	height: 60px;
	padding: 10px 0 0 0;
}
/* logo */
#logo {
	width: 420px;
	float: left;
}
	#logo h1{
		margin: 0;
		padding: 0;
	}
	#logo h1 a {
		font-family: arial, helvetica;
		font-size: 41px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	#logo h1 a:hover {
		text-decoration: none;
	}
	#logo h1 a span {
		color: #CCC;
	}
	
/* about */
#about {
	float: left;
	width: 130px;
	padding: 0 0 0 20px;
}
	#about a {
		font-family: arial, helvetica;
		font-size: 41px;
		font-weight: bold;
		color: #CCC;
		text-decoration: none;
	}
	#about a:hover {
		text-decoration: none;
	}

/* search-top */
#search-top{
	float: right;
	width: 355px;
}
	#search-top a {
		font-family: arial, helvetica;
		font-size: 41px;
		font-weight: bold;
		color: #CCC;
		text-decoration: none;
		float: left;
	}
	#search-top a:hover {
		text-decoration: none;
	}
	#search-top input {
		float: left;
		height: 30px;
		width: 210px;
		margin: 9px 0 0 10px;
		border: 1px solid #CCC;
		font-family: arial, helvetica;
		font-size: 25px;
		vertical-align: top;
		color: #000;
		overflow: hidden;
	}
	
/* navbar */
#navbar {
	width:930px;
	height: 21px;
}
	#navbar div.navbar-left{
		background: url(../images/navbg_1.png);
		width: 5px;
		height: 21px;
		float: left;
	}
	#navbar div.navbar-content{
		background: url(../images/navbg.png);
		width: 920px;
		float: left;
		margin: 0;
		padding: 0;
		height: 21px;
	}
	#navbar div.navbar-right{
		background: url(../images/navbg_2.png);
		width: 5px;
		height: 21px;
		float: left;
	}
	.tagline {
		height: 21px;
		padding: 2px 0 0 2px;
		font: bold 12px arial;
		color: #FFF;
		float:left;
	}
	.tagline a {
		color: #fff;
		text-decoration: none;
		font: bold 12px arial;
	}

/* topmenu */
#topmenu {
	float: right;
	padding: 3px 0 0 0;
}
	#topmenu ul {
		float: left;
		list-style-type: none;
		list-style-position: inside;
		padding: 0;
		margin:0;
	}
	#topmenu ul li:first-child {
		background: none;
		float: left;
		padding: 0 0 0 5px;
	}
	#topmenu ul li {
		background: url(../images/list-pipe.png) 0 0 no-repeat;
		float: left;
		padding: 0 0 0 15px;
	}
	#topmenu img {
		float: left;
	}
	#topmenu ul li a {
		color: #000;
		text-decoration: none;
		padding: 0;
	}
	#topmenu ul li a:hover {
		color: #fff;
	}

/* main area */

#main {
	
	margin: 10px 0 0 0;
	width: 930px;
}

/* columns */
#leftcol {
	float: left;
	width: 120px;

}

#maincontent {
	float: left;
	width: 595px;
	margin: 0px 15px 20px 15px;
	
}
#een_geheel {
	float: left;
width: 750px;

}

#rightcol {
	/* vertical-align: top; */
	float: left; 
	width: 185px;

}

/* Category blocks */
.categoryblock {
	margin: 0;
}
	.categoryblock h4 {
		font-size: 25px;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 3px solid #000;
		text-transform: lowercase;
	}
	.categorycontent {
		margin: 2px 0 15px 0;
		border-top: 1px solid #585858;
	}
	.categorycontent ul {
		list-style-type: none;
	}
	.categorycontent ul li {
		padding: 10px 0 5px 0;
		border-bottom: 1px solid #000;
	}
	.categorycontent ul li:hover {
		background: url(../images/arrow_read_more.gif) 115px 12px no-repeat;
	}
	.categorycontent ul li a {
		color: #585858;
		font-size: 13px;
		text-decoration: none;
	}


	
	
/* menu blocks */
.menublock {
	margin: 0;
}
	.menublock h4 {
		font-size: 25px;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 3px solid #000;
		text-transform: lowercase;
	}	

	.menucontent {
		margin: 2px 0 15px 0;
		border-top: 1px solid #585858;
	}
	.menucontent ul {
		list-style-type: none;
	}
	.menucontent ul li {
		padding: 2px 0;
	}
	
	.menucontent ul li a {
		color: #acacac;
		font-size: 12px;
		text-decoration: none;
	}
	

/* content blocks */
.contentblock {
	width: 595px;
	clear: both;
	margin: 0;
}

.contentblock h4 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	text-transform: lowercase;
	clear: both;
}

.contentblock h4.header-grey {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #CCC;
	text-transform: lowercase;
	color: #CCC;
}

#breadcrumbs {
	float: right;
	/* text-transform: lowercase; */
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: normal;
} 

.content {
	margin: 2px 0 15px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #000;
}
.content-header-grey {
	margin: 2px 0 15px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #CCC;
}
	.content p {
		margin: 0 0 5px 0;
	}
	.content img {
		margin: 0 0 5px 0;
	}
	.content ul {
		list-style: disc;
		margin-left: 20px;
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	clear: both;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist {
	clear: both;
}
ul.productlist li {
	border: 1px solid #e0e0e0;
	float: left;
	width: 136px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
}
.productlist-thumb {
	width: 100px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 100px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #ff8f00;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}

#productdetail-left {
	float: left;
	width: 280px;
}

#product-thumb {
	width: 280px;
	overflow: hidden;
}
#product-thumb img#product_thumbnail{
	float: right;
	width: 280px;
	height: auto;
}

#productdetail-extra_fields{
	clear:both;
}

#productdetail-extra_fields ul{
	padding: 15px 0 0 0;
}

#productdetail-extra_fields ul li{
	line-height: 17px;
	color: #8c8c8c;
}

#productdetail-extra_fields ul li.price{
	line-height: 18px;
	font-size: 13px;
	color: #8c8c8c;
}

#productdetail-right {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
}

#productdetail-right h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 2px 0;
}
#productdetail-right h2 a{
	text-decoration: none;
}
#productdetail-right h2 a:hover{
	text-decoration: underline;
}
#productdetail-right p{
	padding: 10px 0 5px 0;
	color: #8c8c8c;
}
#productdetail-right p.author{
	font-size: 13px;
	color: #8c8c8c;
	line-height: 16px;
	padding: 0;
}

div.productdetail-bottom {
	clear: both;
}








/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton {
	vertical-align: top;
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	/* width: 100%; */

	min-height: 100px;
	height: auto !important;
	height: 100px;
	
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	text-align: right;
}
.cart-thumb img {
	width: 80px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	padding: 0 10px 0 0;
}

div.cart-buttons {
	margin: 10px 0 0 0;
	/* width: 100%; */
	height: 35px;
}

div.cart-product-info {
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	background-color: #FFF;
	color: #999;
	/* padding: 3px 5px; */
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
}
a.adv_button:hover {
	/* background-color: #ddd; */
}

/* action buttons for cart items */
.cart-item a.adv_button {
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
}

.cart-item a.adv_button:hover {
	background-color: #ddd;
}


/*********** End: buttons ***********/

/*********** Featured products ***********/

ul.featured {
	width: 100%;
	padding: 10px 0 0 0;
	margin:0px;
}
ul.featured  li
{
margin:0px;
padding:0px;
list-style:none;
}
ul.featured li.featured-list-1{
	width: 185px;
	float: left;
}
ul.featured li.featured-list-2{
	width: 185px;
	float: left;
	margin-left: 20px;
}
ul.featured li.featured-list-3{
	width: 185px;
	float: left;
	margin-left: 20px;
}

h3.featured {
}
h3.featured a{
	font: bold 14px arial;
	color: #000;
	text-decoration: none;
}
h3.featured a:hover{
	font: bold 14px arial;
	color: #000;
	text-decoration: none;
	padding: 0 0 5px 0;
}
div.author{
	padding:2px 0 7px;
	border-top: 1px solid #8c8c8c;
	font-size: 13px;
	color: #ccc;
}

.featured ul li .featured-thumb{
}

div.featured-thumb{
	min-height: 155px;
}


p.featured_descr {
	padding: 5px 0 0 0;
	font: 12px arial;
	color: #8c8c8c;
	line-height: 18px;
}

div.featured-details
{	
	float: right;
	/* background: url(../images/arrow_read_more.gif) 0 4px no-repeat; */
	/* padding: 0 0 0 7px; */
	/* padding: 0 15px 0 0; */
}

div.featured-details a
{
	font-weight: bold;
	text-decoration: none;
}
div.featured-details a:hover
{
	text-decoration: underline;
}

#product-list-product {
	clear: both;
	/* width: 100%; */
	height: 200px;
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

#product-list-product div.product-list-image {
	width: 150px;
	height: 200px;
	overflow: hidden;
	float: left;
}
div.product-list-image  img{
	width: 140px;
	height: auto;
	padding: 0 10px 0 0;
	float: right;
}

#product-list-product div.product-list-center {
	width: 260px;
	float: left;
	padding: 0 0 0 5px;
}

#product-list-product div.product-list-center h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 2px 0;
}
#product-list-product div.product-list-center h2 a{
	text-decoration: none;
}
#product-list-product div.product-list-center h2 a:hover{
	text-decoration: underline;
}
#product-list-product div.product-list-center p{
	padding: 10px 0 5px 0;
	color: #8c8c8c;
}
#product-list-product div.product-list-center p.author{
	font-size: 13px;
	color: #8c8c8c;
	line-height: 16px;
	padding: 0;
}

#product-list-product div.product-list-right {
	width: 160px;
	float: left;
	padding: 0 0 0 20px;
}



#product-list-product div.product-list-right ul li{
	line-height: 17px;
	color: #8c8c8c;
}

#product-list-product div.product-list-right ul li.price{
	line-height: 18px;
	font-size: 13px;
	color: #8c8c8c;
}

.product-list-right ul{
	list-style-type: none !important;
}

a.product-list-add-button {
	background: url(../images/arrow_read_more.gif) 0 4px no-repeat;
	padding: 0 0 0 9px;
	text-decoration: none;
}

a.product-list-add-button:hover {
	text-decoration: underline;
}


ul.help-links {
	list-style-type: none;
	padding: 10px 0 0 0;
}
ul.help-links li {
	padding: 2px 0;
}

ul.help-links li a {
	color: #8c8c8c;
	font-size: 12px;
	text-decoration: none;
}

ul.help-links li a:hover {
	text-decoration: underline;
}

#bestsellers{
}

	#bestsellers ul{}
	#bestsellers ul li {
		/* height: 69px; */
		background: url(../images/bs_bg.jpg) repeat-y;
		border-bottom: 1px solid #FFF;
	}
	#bestsellers ul li div.num {
		float: left;
		width: 20px;
	}
	#bestsellers ul li div.num p{
		float: right;
		font-size: 12px;
		padding: 5px 5px 0 0;
		color: #7e7e7e;
	}
	#bestsellers ul li div.info {
		float: left;
		width: 100px;
		padding: 0 10px 0 0;
	}
	#bestsellers ul li div.info h2{
		/* padding: 5px 0 0 0; */
		padding: 0;
		font-size: 13px;
		font-weight: bold;
		color: #000;
	}
	#bestsellers ul li div.info h2 a{
		color: #000;
		text-decoration: none;
	}
	#bestsellers ul li div.info h2 a:hover{
		text-decoration: underline;
	}
	#bestsellers ul li div.info p.author{
		padding: 2px 0 0 0;
		font-size: 12px;
		color: #7e7e7e;
	}
	#bestsellers ul li div.img {
		float: left;
		width: 50px;
		/* height: 50px; */
		height: auto;
		overflow: hidden;
	}
	#bestsellers ul li div.img  img{
		padding: 5px 0 0 0;
	}

#newsletter-subscribe {
	width: 120px;
}
	#newsletter-subscribe div.newsletter-top {
		height: 5px;
		background: url(../images/newsletter_top.jpg);
	}
	#newsletter-subscribe div.newsletter-content {
		background: url(../images/newsletter_bg.jpg) repeat-y;
	}
	#newsletter-subscribe div.newsletter-content h3{
		padding: 5px 0 0 5px;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	#newsletter-subscribe div.newsletter-content p{
		padding: 10px 0 0 5px;
		font-size: 12px;
		color: #7e7e7e;
	}
	#newsletter-subscribe div.newsletter-content p a{
		color: #7e7e7e;
		text-decoration: none;
	}
	#newsletter-subscribe div.newsletter-content p a:hover{
		text-decoration: underline;
	}
	#newsletter-subscribe div.newsletter-content input{
		margin: 10px 0 5px 5px;
	}
	
	#newsletter-subscribe div.newsletter-bottom {
		height: 5px;
		background: url(../images/newsletter_bottom.jpg);
	}

td.Star { vertical-align: top; }

#subtotal {
	float: right;
	width: 290px;
	
}
#subtotal ul li{
	height: 20px;
	margin-bottom: 5px;
	list-style-type:none;
}

span.title { 
	float: left;
	width: 150px;
}
span.price {
	display: inline;
	padding: 0;
	margin: 0;
	float: right;
	width: 100px;
	text-align: right;
}

li.subtotal {
	clear: both;
}

li.subtotal span.title{ 
	float: left;
	width: 150px;
}
li.subtotal span.price {
	padding: 0;
	margin: 0;
	float: right;
	width: 100px;
	text-align: right;
}

li.total {
	border-top: 1px solid #000;
	padding: 5px 0 0 0;
}


li.total span.title{ 
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
}
li.total span.price {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: right;
	width: 100px;
	text-align: right;
}

#subtotal label {
	float: left;
}

#subtotal select {
	float: right;
}

div.delivery{
	margin: 0 0 5px 0;
	font-weight: bold;
	height:20px;
}

#discount_coupon {
	width: 100%;
	margin: 10px 0 0 0;
}

#discount_coupon label {
	font-weight: bold
}

#discount_coupon input {
	margin: 0 10px 0 10px;
}

ul.help_general {
	margin: 15px 0 0 0;
	list-style-image: url(../images/arrow_read_more.gif);
	list-style-position: inside;
	padding: 0 0 0 5px;
}
ul.help_general li{
	height: 30px;
}

div#cart-details {
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
}

#cart-details table {
	width: 100%;
}
#cart-details table tr {
	height: 25px;
}

#cart-details table tr.summary {
	height: 40px;
}

#cart-details table tr td {
	width: auto;
}
#cart-details table tr td.subtotal {
	text-align: right;
}

#cart-details table tr.summary td{
	padding: 10px 0 0 0;
}

#cart-details table tr.summary td.subtotal {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #DDD;
}

ul.login_form li{
	width: 300px;
	height: 25px;
}

ul.login_form p.outline {
	width: 100px;
	padding: 0;
	margin: 0;
	float: left;
}

ul.login_form li input {
	float: right;
}

ul.login_form li.button {
	text-align: right;
}

form h3 {
	padding: 10px 0 5px 10px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

/*fieldset#form {*/
fieldset.form {
	border: none;
	padding: 0 0 0px 10px;
	margin:0;
}
.form div {
	height: 25px;
	width: 100%;
}
.form span {
	float: left;
	width: 150px;
}
.form span label span{
	float: none;
	padding: 0 7px 0 7px;
	color: #ff0000;
}
.check_open {
	margin: 0 0 0 10px;
}

.form p.newslist-descr {
	margin: 0 0 15px 0;
	background-color: #f7f7f7;
	font-size: 11px;
	padding: 10px;
}

div.form-button-right {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: right;
}

.wishlist-clear {
	clear: both;
	border-bottom: 1px solid #000;
	margin: 5px 0 10px 0;
}

.wl-buttons-fleft {
	float: left;
	height: 20px;
	padding: 15px 10px 0 0;
}

ul.customer-details {
	padding: 5px 0 10px 0;
}

ul.customer-details h3 {
	padding: 10px 0 5px 10px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

ul.customer-details li {
	padding: 0 0 0 10px;
	height: 25px;
}

ul.customer-details li span {
	float: left;
	width: 150px;
}

div.search-sort-by {
	width: 100%;
	color: #8c8c8c;
	text-align: right;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDD;
}

div.search-sort-by a {
	color: #8c8c8c;
}

div.search-summary {
	padding: 5px 0 0 0;
	height: 40px;
}

#nav { height: 30px;padding:3px 5px 0px 5px; }
#previous { width: 33%; float: left; }
#back { width: 33%; float: left; }
#next { width: 33%; float: right;}

#previous a {
	background:transparent url(../images/prev.gif) no-repeat scroll 0px 2px;
	color:#8C8C8C;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 15px;
	text-decoration:none;
	width:150px;
}
#previous a:hover { text-decoration: underline; }

#back a {
	font-weight: bold;
	color: #8c8c8c;
	font-size: 15px;
	text-decoration: none;
}
#back a:hover { text-decoration: underline; }

#next a {
	background:transparent url(../images/next.gif) no-repeat scroll 160px 2px;
	color:#8C8C8C;
	display:block;
	float:right;
	font-size:15px;
	font-weight:bold;
	padding:0 20px 0 0;
	text-align:right;
	text-decoration:none;
	width:150px;
}
#next a:hover { text-decoration: underline; }

#event td.title {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	line-height: 30px;
	font-size: 20px;
	color: #ccc;
	font-weight: bold;
}

#event td img {
	padding: 15px 5px 15px 5px;
}
#event td.descr {
	padding: 15px 5px 15px 15px;
}
#event td.label {
	line-height: 18px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
#event td.value {
	line-height: 18px;
}

#eventlist td.title {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	line-height: 30px;
	font-size: 20px;
	color: #ccc;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}
#eventlist td {
vertical-align:top;
	padding: 0px 5px 0px 5px;
}
#eventlist td h2 {
	font-weight: bold;
	font-size: 13px;
}
#eventlist td p {
	padding: 0 25px 0 0;
}
#eventlist td p a {
	text-decoration: underline;
}
#eventlist td p a:hover {
	color: #CCC;
}
#eventlist td.label {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
#eventlist td.value {
padding: 0px 0px 5px 5px;
}


.clear {
     clear: both;
}
.hidden {
	display: none;
}

.buy-now {
	clear: both;
	margin-top: 10px;
}


/* Blog styles */

/* post list */
.blog-postlist-item-container {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.blog-postlist-item-container h2, .blog-post-container h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 10px 0;
}
.blog-postlist-thumb {
	float: left;
	padding: 0 15px 15px 0;
}
.blog-postlist-info {
	float: left;
}
.blog-short-descr {
	clear: both;
}

/* post */
#blog-post-container {
	clear: both;
}

/* comments */
table.blog-comment-form td {
	vertical-align: top;
	text-align: left;
	padding: 0 5px 5px 0;
}
table.blog-comments td {
	vertical-align: top;
	text-align: left;
	padding: 0 5px 5px 0;
}

.blog-comment-item-container {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.blog-comment-infotitle {
	padding: 0 0 5px 0;
}
.blog-comment-date {
	font-style: italic;
}
.blog-comment-username {
	font-weight: bold;
}
.blog-comment-posted {

}


/* ------------- */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

#productdetail-right ul{
	list-style-type: disc;
	margin: .5em 0 1em 2em;
}

#productdetail-right ul li, #productdetail-right ol li{
	margin: 0;
	color: #8c8c8c;
}

#productdetail-right ol{
	list-style-type: decimal;
	margin: 1em 0 1em 2em;
}

ul.addtocart{
	list-style-type: none !important;
	margin: 0 !important;
}
