/*
	main color: #000000
*/

body {
	font-family: verdana;
	font-size: 10pt;
	background: #000000;
}

a img {
	border: 0px;
	cursor: hand;
}

.table_heading {
	background: #000000;
	color: #000000;
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 10pt;
}

#customer  a{
	color: #dfca85;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#customer a:hover{
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

#frame {
	background: #000000;
}

h3 {
	background: #000000;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 10pt;

}

.box {
	border: 1px solid #000000;
	margin-bottom: 5px;
}

#browse_content {
	text-align: left;
	color: #FFFFFF;
	margin-left: 5px;
}

#browse_content .browse_link a {
		color: #dfca85;

}
#browse_content h1 {
	color: #FFFFFF;
	background: #000000;
	font-size: 110%;
	margin-left: -5px;
}



/* cart */
#cart_content {
	font-size: 8pt;
}

.cart_table {
width: 100%;
}
.cart_nr_of_items {}

.cart_item_total {
	text-align: right;
}

.cart_item_name a {
	color: white;
}

.cart_total {
	text-align: right;
}

.cart_total_row {
	border-top: 1px dotted black;
}

#cart_title {
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


.cart_table {
	width: 100%;
}

.cart_steps {
	text-align: center;
	padding: 5px;
}

.cart_steps b{
	text-align: center;
	padding: 5px;
	color: #dadad8;
}

.cart_personal {
	width: 100%;
}

.cart_personal_heading {
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	padding: 5px;
}

.cart_payment {
	text-align: center;

}

#cart_orderthanks {
	text-align: left;

}

/* cart end */


#currency_content {
	text-align: center;
}

#languages_content {
	text-align: center;
}

input {
	font-size: 9pt;
	border: 1px solid #000000;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}

select {
	font-size: 9pt;
	border: 1px solid black;
	vertical-align: middle;
}

img {
	vertical-align: middle;
}

.list_table {
	width: 100%;
}
.list_heading {
	background: #000000;
	color: #FFFFFF;
}

#list_title {
	color: #dadad8;
	font-weight: bold;
	font-size: 1.1em;
}

#list_title a{
	color: #dadad8;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#list_title a:hover{
	color: #dadad8;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}



#regular_price {
	color: #f78f20;
	text-decoration: line-through;
}

#sale_price {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

/** Styles for product details **/
#product_title {
	color: #dadad8;
	font-size: 14pt;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Verdana;
}

#product_image {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#product_images {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#product_images img{
	border: 1px solid #000000;
	cursor: hand;
}

#product_details #product_info {
color: #dadad8;
	font-weight: bold;
}

#product_details #product_description {
color: #c9d7db;
}
#product_details #product_price {
color: #90c4f9;
	font-weight: bold;
}
#product_details #product_code {
color: #8e908f;
	font-weight: bold;
}

#product_details #product_options {
	color: #dadad8;
	font-weight: bold;
}

#view_image_left {
	width: 400px;
	float: left;
	border: 1px solid #000000;
	margin: 5px;
	background: #ffffff;
}

#view_image_right {
	margin-left: 5px;
}

#view_image_right img {
	border: 1px solid #000000;
}

#back_button {
	text-align: right;
}

#quantity {
	text-align: right;
}

#search_box {
	text-align: right;
}

#customer {
	text-align: right;
}

#search_box form {
	padding: 0px;
	margin: 0px;
}

#customer {
	font-family: Verdana;
	font-size: 9pt;
}

/* registration form */
.registration_table {
	width: 100%;
}

.registration_right {
	width: 50%;
}

.registration_left {
	width: 50%;
}

.register_row {
	text-align: center;
}

/* Login screen */
.login_table {
	width: 100%;
	border: 1px solid black;
}

.login_cell_description {
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

.login_signin {
	text-align: center;
}