body { 
	background-color:#FFFFFF;
}

.main_borders {
	border-right: 1px solid #650360;
	border-left: 1px solid #650360;
	border-bottom: 1px solid #650360;
}

.page_bg {
	background-image:url(../images/bg.png);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
}

.menu {
	border-right: 1px solid #650360;
	border-left: 1px solid #650360;
	border-bottom: 1px solid #650360;
}

.menu_holder_left {
	background-image:url(../images/left_menu_bg.png);
	background-repeat:repeat-y;
	padding:10px;
	width:195px;
	vertical-align:top;
	}
	
.menu_holder_right {
	background-image:url(../images/right_menu_bg.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-top:10px;
	width:195px;
	vertical-align:top;
	}
	
.menu_item {
	font-family: verdana;
	font-size: 12px;
	color: #650360;
	background-color:#FFFFFF;
	border-bottom: 1px solid #650360;
	line-height:24px;
}

.menu_item_over {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#9F75A0;
	border-bottom: 1px solid #650360;
	line-height:24px;
	cursor: pointer;
	
}

.menu_item_holder {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
	
.detail {
	background-color:#FFFFFF;
	border-right: 1px solid #650360;
	border-left: 1px solid #650360;
	border-bottom: 1px solid #650360;
}

.input_search {
	width: 120px;
	border: 1px solid #650360;
	background-color:#FFFFFF;
}

.heading_text {
	font-family: verdana;
	font-size: 16px;
	color: #650360;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	color: #650360;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr {
  border: 0;
	background-color: #650360;
	height: 1px;
  width: 99%;
}

.main_text {
	font-family: verdana;
	font-size: 10px;
	color: #828282;
	font-weight:normal;
	text-align:left;
	padding:7px;
}

.detail_bottom {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	font-style: italic; 
	background-color: #650360;
}

.signup_box {
	font-family: verdana;
	font-size: 10px;
	color: #650360;
	background-color:#FFFFFF;
	text-align:center;
	padding:5px;
}

.btn_create_acc {
	width:140px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#650360;
	text-align:center;
	line-height:20px;
}

.btn_create_acc_over {
	width:140px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#9F75A0;
	text-align:center;
	line-height:20px;
	cursor: pointer;
}

.btn_login {
	width:60px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#650360;
	text-align:center;
	line-height:20px;
}

.btn_login_over {
	width:60px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#9F75A0;
	text-align:center;
	line-height:20px;
	cursor: pointer;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	color: #650360;
	text-align:center;
	padding:5px;
	width:150px;
}

.admin {
	font-family: verdana;
	font-size: 12px;
	color: #650360;
	padding:10px;
	background-color:#FFFFFF;
	width:100%;
}

.account_form input {
	width: 170px;
	border: 1px solid #650360;
	background-color:#FFFFFF;
}

.prod_image {
	width: 120px;
	height: 120px
	border-style:outset;
	border-color: #650360;
	border-width:1px;
}

.prod_image_large {
	width: 300px;
	height: 300px
	border-style:outset;
	border-color: #650360;
	border-width:1px;
}

.btn_shop_acc {
	width:70px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#650360;
	text-align:center;
	line-height:20px;
}

.btn_shop_over {
	width:70px;
	height:20px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#9F75A0;
	text-align:center;
	line-height:20px;
	cursor: pointer;
}

.basket_table {
	border: 1px solid #650360;
}

.basket_table_line {
	background-color: #650360;
	height:1px;
}

.spec_table {
	border: 1px solid #650360;
}
