@charset "utf-8";
body {
	background: #474c5c url(../images/bg.gif) repeat-x;
	margin: 0;
	margin-bottom: 20px;
}

body, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

form {
	margin: 0;
}

a {
	color: #69C;
	text-decoration: none;
}

a:hover {
	color: #9CF;
}

div#top {
	width: 900px;
	height: 50px;
	margin: 50px auto;
	margin-top: 80px;
}

div#top img#logo {
	float: left;
	width: 319px;
	height: 46px;
	margin: 2px;
}

div#top div#menu_bar {
	width: 550px;
	float: right;
	text-align: right;
}

div#top div#menu_bar a {
	font-size: 12px;
	color: #69C;
	margin-left: 20px;
	margin-right: 20px;
}

div#top div#menu_bar a:hover {
	color: #9CF;
}

div#top div#menu_bar a.first {
	margin-left: 0;
}

div#top div#menu_bar a.last {
	margin-right: 0;
}

div#top div#shopping_cart_bar {
	margin-top: 15px;
	margin-bottom: 4px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #666;
}

div#top div#shopping_cart_bar a {
	color: #999;
	text-decoration: none;
}

div#top div#shopping_cart_bar a:hover {
	color: #CCC;
}

div#content {
	width: 970px;
	margin: 10px auto;
	text-align: center;
}

div#bottom {
	clear: both;
	margin-top: 50px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

div#bottom div#language_bar {
	width: 48px;
	margin: auto;
	height: 19px;
}

div#bottom div#language_bar a {
	float: left;
	margin: 5px;
	display: block;
	width: 14px;
	height: 9px;
	background-repeat: no-repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}

div#bottom div#language_bar a:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

div#bottom div#copyright {
	clear: both;
}

div#bottom div#footer_nav {
	clear: both;
	padding: 10px;
}

div.product_thumbnail {
	float: left;
	width: 280px;
	margin: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

div.product_thumbnail a.thumb img {
	border: none;
	margin-bottom: 10px;
}

div.product_thumbnail a.title {
	display: block;
	margin: 15px auto;
}

.price {
	color: #69c;
	font-weight: bold;
	font-size: 12px;
}

a.add_to_cart, a.buy_now, a.continue_shopping, a.check_out, a.check_out_paypal {
	display: block;
	margin: 10px auto;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}

a.add_to_cart:hover, a.buy_now:hover, a.continue_shopping:hover, a.check_out:hover, a.check_out_paypal:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

a.add_to_cart {
	width: 116px;
	height: 18px;
	background-image: url(../images/btn_add_to_cart.png);
}

a.continue_shopping, a.check_out, a.check_out_paypal {
	float: left;
	margin: 13px;
}

a.continue_shopping {
	width: 166px;
	height: 18px;
	background-image: url(../images/btn_continue_shopping.png);
}

a.check_out {
	width: 108px;
	height: 18px;
	background-image: url(../images/btn_check_out.png);
}

a.check_out_paypal {
	width: 177px;
	height: 18px;
	background-image: url(../images/btn_check_out_paypal.png);
}

.product_title {
	font-size: 13px;
	font-weight: bold;
	color: #69C;
}

div.product_key_features, div.product_introduction, div.product_more_views {
	float: left;
	background-repeat: no-repeat;
	margin: 25px;
	margin-bottom: 0;
	opacity: .5;
	filter: Alpha(Opacity=50);
	font-size: 10px;
	color: #ccc;
	padding: 20px;
	padding-top: 35px;
	padding-bottom: 0;
	text-align: left;
	line-height: 1.5em;
}

div.highlight {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

div.product_key_features {
	background-image: url(../images/t_key_features.png);
	width: 153px;
}

div.product_key_features ul {
	padding: 0;
	margin: 0;
}

div.product_key_features ul li {
	margin-bottom: 1em;
}

div.product_introduction {
	background-image: url(../images/t_introduction.png);
	width: 431px;
}

div.product_introduction p {
	margin: 0;
	margin-bottom: 1.5em;
}

div.product_more_views {
	background-image: url(../images/t_more_views.png);
	width: 122px;
	padding-left: 10px;
	padding-right: 10px;
}

div.product_more_views img {
	float: left;
	margin: 5px;
	border: 0;
}

div.text_content {
	color: #999;
	width: 550px;
	text-align: left;
	margin: auto;
	line-height: 1.5em;
}

div.text_content h3 {
	font-size: 14px;
	color: #ccc;
}

div.text_content p {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
}


div.text_content p.title {
	color: #69c;
	font-size: 18px;
	font-weight: bold;
}

div.text_content p.subtitle {
	color: #69c;
	font-size: 13px;
	font-weight: bold;
}

div.text_content input, div.text_content select {
	font-size: 10px;
	background-color: #474c5c;
	color: #ccc;
	border: 1px solid #ccc;
}

div#shopping_cart div.cart_item {
	border-bottom: 1px solid #999;
	clear: both;
}

div#shopping_cart div.currency_selector {
	margin-bottom: 2em;
}

div#shopping_cart div.cart_caption {
	clear: both;
	font-weight: bold;
	height: 3em;
	font-size: 10px;
}

div#shopping_cart div.cart_caption div, div#shopping_cart div.cart_item div {
	float: left;
	padding: 3px;
}

div#shopping_cart div.cart_caption div.name, div#shopping_cart div.cart_item div.name {
	width: 250px;
}

div#shopping_cart div.cart_caption div.price {
	width: 50px;
	color: #999;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}

div#shopping_cart div.cart_item div.price {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 50px;
}

div#shopping_cart div.cart_caption div.quantity, div#shopping_cart div.cart_item div.quantity {
	width: 80px;
	text-align: center;
}

div#shopping_cart div.cart_caption div.amount, div#shopping_cart div.cart_item div.amount {
	width: 70px;
	text-align: right;
}

div#shopping_cart div.cart_caption div.remove, div#shopping_cart div.cart_item div.remove {
	width: 70px;
	text-align: center;
}

div#shopping_cart div.cart_item input {
	border: none;
	text-align: center;
}

div#shopping_cart div.subtotal {
	padding-top: 10px;
	border-top: 1px solid #999;
	clear: both;
	text-align: right;
}

div#shopping_cart div.subtotal .price {
	font-size: 16px;
}

