/*
	main color: #133B5E
*/

body {
	font-family: verdana;
	font-size: 10pt;
	background: #3C5D7A url(../images/background.gif) repeat-x;
}

#frame {
	background: #FFFFFF;
}

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

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



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

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



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

/* ## Content div's ## */
div#content_left h3 {
	background: #133B5E;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 10pt;

}

div#content_left, div#content_left a, div#content_left select {
	font-size: 90%;
}

#currency_content {
	text-align: center;
}

#languages_content {
	text-align: center;
}

#browse_content {
	text-align: left;
}

#browse_content .browse_link a {
	color: #133B5E;
	margin-left: 4px;
}
/* used to show title in subcategories */
#browse_content h1 {
	color: #FFFFFF;
	background: #133B5E;
	font-size: 100%;
	font-weight: normal;
	padding: 4px;
}

#cart_content {
	font-size: 8pt;
}

/* ## Styles that apply for the shopping cart ## */
#cart_title {
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


#cart_orderthanks {
	text-align: left;

}

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

.cart_item_total {
	text-align: right;
}

.cart_item_name a {
	color: black;
}

.cart_total {
	text-align: right;
}

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

.cart_table {
	width: 100%;
}

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

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

.cart_personal {
	width: 100%;
}

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

.cart_payment {
	text-align: center;

}


/* ## All form elements ## */
input {
	font-size: 9pt;
	border: 1px solid #133B5E;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}

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

img {
	vertical-align: middle;
}

/* ## Product list ## */

.list_table {
	width: 100%;
}
.list_heading {
	background: #133B5E;
	color: #FFFFFF;
	font-weight: bold;
}

.list_heading td {
	padding: 5px;
}

.list_table .list_description {
	text-align: left;
}

.list_table .list_thumb {
	text-align: center;
}

.list_table .list_price {
	text-align: left;
}

.list_title {
	color: #133B5E;
	font-weight: bold;
	font-size: 1.1em;
}

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

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

.list_table .pagination td{
	text-align: center;
}

.list_table .pagination td a{
	color: #133B5E;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

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

#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 #133B5E;
	cursor: pointer ;
}

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

#product_details #product_description {
}
#product_details #product_price {
	font-weight: bold;
}
#product_details #product_code {
	font-weight: bold;
}

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


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

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

#view_image_left {
	width: 400px;
	float: left;
	border: 1px solid #133B5E;
	margin: 5px;
	background: #FFFFFF;
}

#view_image_right {
	margin-left: 5px;
}

#view_image_right img {
	border: 1px solid #133B5E;
}

#back_button {
	text-align: right;
}

#quantity_div {
	text-align: right;
}

/* ## Heading ## */
#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%;
	
}

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

.login_signin {
	text-align: center;
}
.login_table .forgotPassword {
	text-align: left;
}

.login_table .forgotPassword a{
	color: #133B5E;
	font-size: 0.9em;
	text-decoration: underline;
}
.loginForgotTable{}
.loginNotFound{}

/* ## Front page */
#frontpage h1 {
	color: #133B5E;
	font-weight: bold;
	text-align: center;
}

#frontpage p {
	font-size: 1em;
	font-weight: normal;
}

#frontpage tr td {
	vertical-align: top;
}

.featured_table {
	width: 100%;
}



.featured_title td {
	background: #133B5E;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.featured_thumb {
	float: left;
	margin-right: 5px;
}
.featured_cell {
	padding: 10px;
}
.featured_link a{
	color: #133B5E;
	font-weight: bold;
	font-size: 1.1em;
}
.featured_link a:hover{
	color: #133B5E;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

.featured_linkprice {}

/* ## account overview ## */
.accountOrdersTable {
	width: 100%;
	border-collapse:collapse;
}

.accountOrdersTable a {
	color: #133B5E;
	font-size: 1em;
	text-decoration: underline;	
}

.accountContact {
	width: 100%;
	border-collapse:collapse;
}

.accountContact td {
	vertical-align: middle;
}

.accountContactRow td {
	padding: 5px;
}

.accountContactRow td input {
	margin: 5px;
}

.accountContactRow td textarea {
	margin: 5px;
	border: 1px solid #133B5E;
}

.accountContactSubmit {
	text-align: center;
}

.accountContactRowHeading {
	background-color: #133B5E;
	color: #FFFFFF;
	vertical-align: middle;
	width: 30%;
	text-align: right;
	padding: 5px;
}

.accountContact a {
	color: #133B5E;
	font-size: 1em;
	text-decoration: underline;	
}

.accountOptions {
	width: 100%;
	border: 1px solid black;
	border-collapse:collapse;
}

.accountOptions a {
	color: #133B5E;
	font-size: 1em;
	text-decoration: underline;	
}
.accountOptionsHeader td {
	text-align: center;
	padding-bottom: 10px;
}

.accountOrdersTitle td {
	background: #133B5E;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.accountOrdersHeaders td {
	width: 33.3%;
	border: 1px solid #133B5E;
	text-align: center;

}

.accountInformationSaved {
	text-align: center;
}