.productLinks {
}

.productLinks A {
	display: block;
}

.productAddToCart {
	float: right;
}

.productAddToWishlist {
	
}

.productImage {
	float: left;
	margin: 0 10px 0 0;
}

.productImage IMG {
	border: 2px solid #3678AC;
}

.productPrice {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #194968;
	font-size: 16px;
	float: right;
}

.productDescription {
	clear: both;
	margin-top: 20px;
}

.button {
	margin-bottom: 5px;
}

.deliveryInformation {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #777;
}

.name H3 {
	margin: 0 0 10px 0;
}

H2 .author,
H2 .author A:link,
H2 .author A:active,
H2 .author A:visited,
H2 .author A:hover {
	font-weight: normal;
	color: #777;
}

H2 .author A:link,
H2 .author A:active,
H2 .author A:visited,
H2 .author A:hover {
	font-weight: bold;
}

.name H3 {
	border: none;
}

.productAttributes {
	padding: 10px;
}

.attributesBox {
	width: 250px;
	height: 150px;
}

.productAttributes DIV {
}

.productAttributes UL {
}

.productAttributes H3,
.productAttributes H4 {
	border: none;
}

.productAttributes H3 {
	margin: 0 0 5px 0;
}

.productAttributes H4 {
	margin: 0 0 2px 0;
}

.productAttributes H3 {
	display: inline;
}

.productAttributes DIV INPUT {
	width: 100%;
	float: right;
}



UL.tabMenu {
	margin-top: 40px;
	/*background-image: url(../images/tab_bottom.jpg);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}

UL.tabMenu LI {
	float: left;
	padding: 0 0 3px 0;
	height: 21px;
	margin: 0 5px 3px 0;
	
}

UL.tabMenu LI.start {
	width: 20px;
}

UL.tabMenu LI.end {
	float: none;
}

UL.tabMenu LI.selected {
	margin: 0 5px 0 0;
	padding: 0 0 3px 0;
	background-color: #fff;
}

.tab {
	/*background-image: url(../images/header_tab_bg.jpg);*/
	background-repeat: repeat-x;
}

.tabLeft {
	/*background-image: url(../images/header_tab_left.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
}

.tabRight {
	/*background-image: url(../images/header_tab_right.jpg);*/
	background-position: right top;
	background-repeat: no-repeat;
}

.tabRight {
	padding: 2px 5px 0 5px;
}

.tab H2 {
	font-size: 13px;
	margin: 0;
}

.tab H2 A:link,
.tab H2 A:active,
.tab H2 A:visited,
.tab H2 A:hover {
	font-weight: normal;
}



#newComment TEXTAREA.text {
	width: 100%;
	height: 200px;
}

#reviews UL LI H3 {
	margin: 0;
}
