@CHARSET "UTF-8";

/**
 * Template wide definition.
 * We don't use "body" since the template is included within a larger web page.
 * ad_template is the outermost 'div' element.
 */
#ad_template {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 800px;
  margin-left: auto ;
  margin-right: auto ;
	z-index:0;

}

/**
 * Header
 */
 #header {
 }
 
#product_info {
	border: 1px solid #ccc;
	position: relative;
	clear: both;
	top: -20px;
	height: auto;
	padding: 0px 0px 20px 0px;
}

#select_main{
	font-weight:bold;
}

#select_sub{
	font-style:italic;
	text-indent: 10px;
}


/* DEBUG */
/*table {
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray;
}

table td {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

table tr {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
*/

.logo {
	position: static;
	float: left;
}
.payments {
	position: static;
	float: right;
}
.links {
	position: relative;
	clear: right;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}
.links a:link {
	text-decoration:none;
	color: #333333;
}
.links a:visited {
	text-decoration:none;
	color: #333333;
}
.links a:active {
	text-decoration:underline;
	color: #333333;
}
.links a:hover {
	text-decoration:underline;
	color: #333333;
}
.email {
	position: relative;
	clear: right;
	float: right;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	text-decoration: none;
}
.email a:link {
	text-decoration:none;
	color: #333333;
}
.email a:visited {
	text-decoration:none;
	color: #333333;
}
.email a:active {
	text-decoration:underline;
	color: #333333;
}
.email a:hover {
	text-decoration:underline;
	color: #333333;
}
.tab_buttons {
	border-bottom: solid 1px #333333;
	font-size:12px;
	font-weight: normal;
	line-height:18px;
	text-decoration:none;
	position: relative;
	top: 5px;
	clear: both;
	height: 30px;
}
.tab_buttons img {
	border: 0;
	float: left;
	position: relative;
}

.search_text {
	background-color: #999999;
	clear: both;
	position: relative;
	top: 5px;
	height: 30px;
	width: 400px;
	overflow: hidden;
}

.search_brands {
	background-color: #999999;
	position: relative;
	clear: both;
	left: 400px;
	top: -25px;
	height: 30px;
	width: 400px;
	overflow: hidden;
}
.search_categories {
	background-color: #999999;
	position: relative;
	clear: both;
	left: 500px;
	top: -55px;
	height: 30px;
	width: 300px;
	overflow: hidden;
}

.search_bar {
	background-color: #999999;
	border: 0;
}

.ebay_template table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	align: center;
}

.product_title {
	width: 790px;
	font-size: 20px;
	color: #fff;
	height: 16px;
	background-color: #c21a00;
	text-align:center;
	padding: 10px 0px 15px 0px;
	position: relative;
	left: 4px;
	top: 4px;
}

.product_subtitle {
	width: 780px;
	text-align:center;
	font-size: 14px;
	padding: 10px 0px 15px 0px;
	position: relative;
	left: 9px;
}

.product_listprice {
	margin: 10px 0 0 0;
	color: #7f7a7a;
	font-size: 18px;
	text-align:center;
	text-decoration:line-through;
	position: relative;
	top: -6px;
}

.product_giellprice {
	color: #c21a00;
	font-size:24px;
	position: relative;
	text-align:center;
}

.product_brandlogo {
	position: relative;
	text-align:center;
	padding: 15px 0px 15px 0px;
}

.product_details_header {
	border-bottom: dotted 1px #c21a00;
	position: relative;
	text-align: left;
	width: 790px;
	left: 4px;
}

.product_mainimage {
	position: relative;
	width: 330px;
	height: 330px;
	top: 4px;
	left: 2px;
	float: left;
}

.product_mainimage img {
	border: 1px solid #ccc;
	width: 330px;
	height: 330px;
	position: relative;
	left: 2px;
}

.product_details_table {
	border: 1px solid #ccc;
	position: relative;
	float: right;
	width: 427px;
	height: 150px;
	font-size: 12px;
	padding: 1px 1px 1px 1px;
	top: 4px;
	right: 4px;
}

table.product_details_table {
	border: 0;
	color: #333333;
	position: relative;
	top: 0px;
	left: 0px;
}

table.product_details_table td.left {
	width: 130px; 
	text-align:right;
	padding: 2px;
}

table.product_details_table td.right {
	width: 250px;
	text-align:left;
	padding: 2px;
}

table.product_details_table tr.d0 {
	background-color: #dfdfdf;
	padding: 2px;
}

table.product_details_table tr.d1 {
	background-color: #ffffff;
	padding: 2px;
}

.product_shipping_table {
	border: 1px solid #ccc;
	padding: 0px 2px 0px 2px;
	background-color: #efefef;
	float: right;
	position: relative;
	right: 4px;
	top: 10px;
	width: 425px;
	height: 250px;
}

.product_shipping_table_header {
	background-color: #c21a00;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	v-align: center;
	height: 20px;
}

.product_shipping_region {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	width: 133px;
	height: 20px;
}

.product_shipping_carrier {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	width: 133px;
	height: 50px;
}

.product_shipping_carrier_time {
	font-size: 12px;
}

.product_shipping_cost {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #000FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	width: 133px;
	height: 50px;
}

.product_shipping_disclaimer {
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background-color: #efefef;
}

.product_photo_caption {
	border: 1px solid #ccc;
	width: 330px;
	height: 72px;
	position: relative;
	clear: left;
	left: 4px;
	top: 12px;
}

.product_photo_caption img {
	border: 1px solid #ccc;
	width: 60px;
	height: 60px;
}

.product_description_header {
	border-bottom: dotted 1px #c21a00;
	position: relative;
	text-align: left;
	width: 770px;
	left: 4px;
	top: 12px;
	clear: both;
}

.product_description_body {
	border: 1px solid #ccc;
	background-color: #ffffff;
	position: relative;
	clear: both;
	text-align: left;
	width: 768px;
	left: 4px;
	top: 14px;
	padding: 10px;
	font-size: 12px;
}

.tab_content {
	text-align: left;
}

.tab_button {
	float: left;
	text-align: center;
	overflow: hidden;
/*	margin-right: 5px;*/
	margin-right: 0px;
/*	width: 112px;*/
	width: 112px;
	_width : 132px;
	background-image: url(http://www.giellcorp.com/images/tab_bg.gif);
	background-repeat:no-repeat;
/*	height: 16px;*/
	height: 36px;
	padding: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
}

.tab_button_selected {
	float: left;
	text-align: center;
	overflow: hidden;
/*	margin-right: 5px;*/
	margin-right: 0px;
	padding-bottom: 2px;
/*	width: 112px;*/
	width: 112px;
	_width : 132px;
	background-image: url(http://www.giellcorp.com/images/tab_over.gif);
	background-repeat:no-repeat;
/*	height: 16px;*/
	height: 36px;
	padding: 10px;
	border-bottom: solid 2px #f2f2f2;
	margin-bottom: -2px;
	font-weight: normal;
	font-size: 16px;
	cursor:pointer;
	color: #545454;
	text-decoration:underline;
}

.yui-nav{
	position: relative;
	left: 8px;
	z-index : 2;
}

div.yui-content {
	overflow:hidden;
	border: 1px solid #b3b3b3;
	padding: 10px;
/*	margin-top: -16px;*/
/*	width: 658px;*/
	width: 660px;
	position: relative;
	clear: both;
	left: 48px;
/*	top: -1px;*/
	top: -20px;
	background-color: #f2f2f2;
}

.yui-content ul {
	font-size: 14px;
	color: #4c4c4c;
	padding: 0;
	margin: 10px;
	list-style: disc inside;
	height: auto;
	border: none;
}
.yui-content ul li {
	float: none;
	border: none;
	text-align: left;
	margin: 0;
	width: auto;
	background-color: transparent;
	height: auto;
}
.yui-content ul li ul {
	margin: 20px;
	list-style:circle inside;
}
.yui-content p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 1.5em;
	margin-left: 40px;
}
.yui-content h5 {
	color: #b31b69;
	font-size: 28px;
	margin: 0;
}

#content-explorer {
	width:700px;
	line-height:normal;
}

#content-explorer ul {
	list-style: none;
	width: 685px;
	height: 30px;
}

