/* tabs */

#product_tabs{
	width: 448px;
	border-bottom: #70848A 1px solid;
}

#product_tabs .tab_t_list{
	width: 438px;
}

#product_tabs .tabs_bg_c{
	width: 423px;
}

#account_tabs{
	width: 648px;
	clear:both;
}

#account_tabs .tab_t_list{
	width: 638px;
}

#account_tabs .tabs_bg_c{
	width: 623px;
}

.tabs_bg{
	float:left;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 27px;
	line-height: 27px;
	background-color: #dddddd;
	background-image: url(/images/store/layout/tab_gc.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.tabs_bg_l, .tabs_bg_r, .tabs_bg_c {
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 27px;
	clear: both;
	/*text-align: nowrap;*/
}

.tabs_bg_l{
	position: absolute;
	left: 0px;
	width: 13px;
	background-image: url(/images/store/layout/tab_gl.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.tabs_bg_r{
	position: absolute;
	right: 0px;
	width: 12px;
	background-image: url(/images/store/layout/tab_gr.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.tabs_bg_c{
	position: absolute;
	left: 13px;
	right: 12px;
	background-color: #dddddd;
	background-image: url(/images/store/layout/tab_gc.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.tab_t_list{
	position: relative; 
}


.tab_t{
	position: absolute;
	top: 0px;
	height: 27px;
	display: block;
	padding: 0px;
	text-align: center;
	color: #252525;
	cursor: pointer;
	background-image: none;
	font-weight: bold;
	background-color: transparent;
	z-index: 1000;
}

#product_tabs .tab_t { width: 154px !important; }

.tab_t:hover{
	color: #666666;
}

.tab_t a:link, .tab_t a:visited {
	color: #252525;
	text-decoration: none;
	border: none;
	padding: none;
	margin: none;
}

.tab_t a:hover, .tab_t a:active {
	color: #666666;
	text-decoration: none;
	border: none;
	padding: none;
	margin: none;
}

.tab_t div.lft, .tab_t div.rt, .tab_t.selected_t div.lft, .tab_t.selected_t div.rt{
	position: absolute;
	width: 9px;
	height: 27px;
	display: block;
	margin: 0;
	padding: 0;
	top: 0px;
	background-color: transparent;
	float:left;
}

.tab_t div.lft{
	left: -9px;
	width: 9px;
	background-image: none;
}

.tab_t div.rt{
	right:-9px;
	width:9px;
	background-image: none;
}

.tab_t.selected_t a:link, .tab_t.selected_t a:visited, .tab_t.selected_t a:hover, .tab_t.selected_t a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	padding: none;
	margin: none;
}

.tab_t.selected_t{
	background-color: #70848a;
	background-position: center left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	cursor:default;
}

.tab_t.selected_t .lft{
	left: -9px;
	width: 9px;
	background-image: url(/images/store/layout/tab_highlight_gl.png) !important;
	background-position: center left;
	background-repeat: no-repeat;
	behavior: none;
}

.tab_t.selected_t .rt{
	right: -9px;
	width: 9px;
	background-image: url(/images/store/layout/tab_highlight_gr.png) !important;
	background-position: center right;
	background-repeat: no-repeat;
	behavior: none;
}

.tab_content{
	float:left;
	margin: 0px;
	padding: 0px 0px 20px 5px;
	width: 440px;
}


/* tab content: gallery */

#divThumbs{
	margin: 10px 0px 0px 0px;
	text-align: center;
	float: left;
	width: 440px;
}

#divThumbs .thumb{
	margin: 0px 9px;
	float: left;
}

.thumb img, .thumb img:link, .thumb img:visited, .thumb img:active{
	cursor:pointer;
	border: 1px solid #999999;
}

.thumb img:hover{
	border: 1px solid #333333;
}

.thumb .active{
	border: 1px solid #333333;
}


