#search {
	height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}

input#q {
	position: absolute;
	left: 0;
	width: 945px;
	height: 36px;
	padding-left: 5px;
	outline: 0 none;
	border-color: black #9d9d9d #9d9d9d black;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #7a7a7a inset;
	background-color: white;
	font-size: 24px;
}

input#btnSearch {
	position: absolute;
	left: 950px;
	width: 40px;
	height: 40px;
}

#product_category_breadcrumb {
	margin-bottom: 10px;
}

#product_images {
	float: left;
	width: 500px;
}

#product_images img {
	max-width: 100%;
	height: auto;
}

#product_details {
	float: right;
	width: 500px;
	overflow: auto;
}

#product_link {
	clear: right;
	float: right;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#product_link a {
	background-color: #01a101;
	color: white;
	padding: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.product_compare_link {
	clear: right;
	float: right;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product_compare_link a {
	background-color: #01a101;
	color: white;
	padding: 10px;
	cursor: pointer;
	text-decoration: underline;
}

#product_prices {
	clear: right;
	float: right;
	margin-top: 20px;
	text-align: right;
}

#product_prices div {
	min-height: 25px;
}

#product_prices .price_label {
	clear: both;
	float: left;
	width: 160px;
	color: #5D636E;
	font-size: 1em;
}

#product_prices .price_label_highlight {
	clear: both;
	float: left;
	width: 160px;
	color: #5D636E;
	font-size: 1.2em;
}

#product_prices .price_value {
	float: left;
	width: 120px;
	color: #FF5700;
	font-size: 1em;
	font-weight: normal;
}

#product_prices .price_value_highlight {
	float: left;
	width: 120px;
	color: #FF5700;
	font-size: 1.2em;
	font-weight: bold;
}

#product_prices .price_info_label {
	clear: both;
	float: left;
	width: 160px;
	margin-top: -4px;
	color: #5D636E;
	font-size: 0.8em;
}

#product_prices .price_info_value {
	float: left;
	width: 120px;
	margin-top: -4px;
	color: #5D636E;
	font-size: 0.8em;
	font-weight: normal;
}

#product_prices .shipping_label {
	clear: both;
	float: left;
	width: 160px;
	margin-top: -4px;
	color: #5D636E;
	font-size: 0.8em;
}

#product_prices .shipping_value {
	float: left;
	width: 120px;
	margin-top: -4px;
	color: #5D636E;
	font-size: 0.8em;
	font-weight: normal;
}

#product_price_disclaimer {
	clear: right;
	float: right;
	margin-bottom: 30px;
	text-align: right;
}

.product_details_ids {
	clear: right;
	float: right;
	text-align: right;
}

#product_details_specs_box {
	clear: both;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.specs_label {
	clear: both;
	float: left;
	color: #5D636E;
	font-size: 1em;
}

.specs_value {
	float: right;
	margin-left: 1em;
	text-align: right;
	color: black;
	font-size: 1em;
	font-weight: normal;
}

#product_description {
	clear: left;
	padding-top: 20px;
}

#cloud_suggestions {
	clear: both;
	float: left;
    width: 500px;
	overflow: auto;
	padding-top: 20px;
}

.cloud_suggestion {
	float: left;
	margin: 0 15px 6px 0;
}

#related_categories {
	float: right;
	width: 500px;
	overflow: auto;
	padding-top: 20px;
}

.related_category {
	float: left;
	margin: 0 15px 6px 0;
}

#disclaimer {
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}
