

/****** BASKET *****/

.content_basket
{
	margin: 0 0 20px 0;
	padding: 8px 25px;
	width: 235px;
	height: 214px;	
	background:url(../images/bg_box_blue.jpg);
}

.content_basket h1
{
	float: right;
	margin: 6px 90px 0 0;
	color: #fff;
	background: none;
	text-transform: lowercase;
}

.content_basket .basket_message
{
	font-size: 12px;
	margin-top: 15px;
}

.content_basket .articles_count
{
	margin-top: 20px;
}

.content_basket .articles_prices
{
	margin-top: 15px;
}

.content_basket .articles_count span.basket_items,
.content_basket .articles_prices span.basket_prices
{
	float:right;
}

.content_basket a
{
	float: right;
	margin-top: 20px;
	text-decoration: none;
	padding: 2px 5px;
	color: white;
	font-size: 11px;
	background: url(../images/button_blue_bg.jpg) top left repeat-x;
	border-top: none;
	border-bottom: 1px solid #4081B0;
	border-left: 1px solid #4081B0;
	border-right: 1px solid #4081B0;
}







.button,
input[type=button],
input[type=submit],
.btn{
	cursor:pointer;
	padding: 2px 5px;
	color: white;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/button_grey_bg.jpg) top left repeat-x;
	border-top: none;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}



input[type=button]:hover,
input[type=submit]:hover,
.button:hover {
	
}

a.button {
	padding:2px 12px !important;
}

.readonly {
	background:#efefef !important;
	border-color:#dfdfdf !important;
	color:#666666 !important;
}


/**************************************************************/
/**************************************************************/
/* CATEGORY LIST  ********************************************/

.content_categorylist .content_categorylist_item
{
	position: relative;
	overflow: none;
	float: left;
	margin: 0 45px 30px 0;
	width: 195px;
	height: 280px;
	border-bottom: 1px solid #E2E2E2;
}

.content_categorylist .content_categorylist_item:nth-child(3n+1)
{
	clear: both;
}


.content_categorylist .content_categorylist_item:nth-child(3n+3)
{
	margin-right: 0;
}

.content_categorylist .content_categorylist_item .category_image
{
	display: block;
	padding: 30px 20px;
	margin-bottom: 10px;
	width: 155px;
	height: 105px;
	background: #f3f3f3;	
}

.content_categorylist .content_categorylist_item .category_image img
{
	display: block;
	margin: 0 auto;	
}

.content_categorylist .content_categorylist_item .category_title
{
	clear: both;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	color: #DF7A1C;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.content_categorylist .content_categorylist_item .category_description
{
	margin-top: 15px;
}


.content_categorylist .content_categorylist_item a.read_more
{
	position: absolute;
	bottom: 0;
	right:0px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/details_icon.jpg) no-repeat;
}




/**************************************************************/
/**************************************************************/
/* CUSTOMER LOGIN  ********************************************/


.content_customerlogin .login_box_left {
	float:left;
	width:310px;
	margin-right:20px;
	padding-right:35px;
}

.content_customerlogin .login_box_left .login_box_footer  
{
	margin-top: 10px;
}

.content_customerlogin .login_box_right {
	float:left;
	width:310px;
}

.content_customerlogin .login_box_content {
	height:140px;
}

.content_customerlogin .login_box_content .form_break
{
	margin-top: 5px;	
}

.content_customerlogin .login_box_content input[type=text],
.content_customerlogin .login_box_content input[type=password] {
	padding:5px;
	width:298px;
	border:solid 1px #cdcdcd;
	color:#333333;
}


.login_box_footer .button {
	float:right;
	display:inline-block;
}

.login_box_footer {
	margin-top:10px;
}

.forgot_password {
	font-size:12px;
}