﻿/* PNG FIX */
img, div, a, span { behavior: url(/App_Script/iepngfix.htc) }

/* TOP */
.top
{
	position: absolute;
	width: 100%;
	z-index: 600;
	overflow: hidden;
	height: 127px;
}


/*********************
		GENERAL
**********************/

*
{
	margin: 0;
	padding: 0;
}
body, input, textarea
{
	font-family: Arial;
	font-size: 12px;
	color: #464646;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.horizontal
{
	list-style: none;
}
.horizontal li
{
	display: inline;
}
a
{
	text-decoration: none;
	outline: 0 none;
}
.red, .red a
{
	color: #e4001d;
}
a.red:HOVER, .red a:hover
{
	color: #000;
}
.font10
{
	font-size: 10px;
}
.font11
{
	font-size: 11px;
}
.font12
{
	font-size: 12px;
}
.font13
{
	font-size: 13px;
}
.font14
{
	font-size: 14px;
}
.font15
{
	font-size: 15px;
}
.font16
{
	font-size: 14px;
}
.font22
{
	font-size: 22px;
}
.font24
{
	font-size: 24px;
}
img
{
	border: 0 none;
}
.itemLink
{
	text-transform: uppercase;
	font-size: 11px;
}
.uppercase
{
	text-transform: uppercase;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
.cell
{
	display: table-cell;
	vertical-align: top;
}
.table
{
	display: table;
}
.bold
{
	font-weight: bold;
}
/*
sup
{
	font-size: 11px;
	position: relative;
	left: 2px;
}
*/

sup.small
{
	font-size: 8px;
	position: relative;
	left: 1px;
	padding-right: 6px;
}
/*********************
		TEMPLATE
**********************/


/* MIDDLE */
.pageImage
{
	height: 581px;
}
.middle
{
	height: 580px;
	border-bottom: 1px #e2e2e2 solid;
}
.container
{
	width: 954px;
	margin: auto;
	position: relative;
}
#interactiveBoxes1
{
	position: absolute;
	bottom: -48px;
	z-index: 90;
}


.mainContent
{
	height: 430px;
	position: relative;
	z-index: 5;
	top: 150px;
	padding-left: 3px;
	color: #464646;
	font-size: 12px;
	line-height: 18px;
}
.mainContentContainer
{
	height: 580px;
}
.contentPageTitle
{
	font-size: 14px;
	color: #e4001d;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 36px;
}
.redTitle
{
	color: #e4001d;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 36px;
}
.blackTitle
{
	color: #464646;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 36px;
}
.standartRedButton
{
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: White;
	text-transform: uppercase;
	background: url(images/btn_red_left.png) no-repeat left;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
.standartRedButton .leftEdge
{
	padding-right: 8px;
	float: left;
	background: url(images/btn_red_right.png) no-repeat right;
}
.standartRedButton .rightEdge
{
	float: left;
	background: url(images/btn_red_center.png) repeat-x;
}
.standartGrayButton
{
	background: url(images/btn_gray_left.png) no-repeat left !important;
}
.standartGrayButton .leftEdge
{
	background: url(images/btn_gray_right.png) no-repeat right !important;
}
.standartGrayButton .rightEdge
{
	background: url(images/btn_gray_center.png) repeat-x !important;
}

.iconLink
{
	text-transform: uppercase;
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	height: 23px;
	line-height: 25px;
	background-position: left center;
	vertical-align: middle;
	color: #4c4b4b;
}
.iconLinkInfo
{
	background: url(images/icon_info.png) no-repeat left;
}
.iconLinkShare
{
	background: url(images/icon_share.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkPrint
{
	background: url(images/icon_print.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkStar
{
	background: url(images/icon_star.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkEmpty
{
	background: url(images/xxx.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkZoom
{
	background: url(images/icon_zoom.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkAccessories
{
	background: url(images/icon_accessories.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkCompare
{
	background: url(images/icon_compare.png) no-repeat left;
	padding-left: 30px;
}
.iconLinkRotate
{
	background: url(images/icon_rotate.png) no-repeat left;
	padding-left: 30px;
}

.viewMore
{
	display: inline-block;
	padding: 10px 10px 0 0;
	background: url(images/icon_triangle_red_right.gif) no-repeat right 15px;
	font-size: 10px;
}
.btnArrowRight
{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-right: 38px;
	background: url(images/btn_arrow_right.png) no-repeat right;
	color: #d90010;
	line-height: 49px;
	vertical-align: middle;
	height: 49px;
	text-align: right;
}
.btnArrowLeft
{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 38px;
	background: url(images/btn_arrow_left.png) no-repeat left;
	color: #d90010;
	line-height: 49px;
	vertical-align: middle;
	height: 49px;
	text-align: left;
}


.inputbox
{
	border: 1px #A2A2A2 solid;
	font-size: 10px;
	padding: 5px 10px;
	position: relative;
	top: -4px;
	width: 200px;
}
.rightArrowLink
{
	padding-right: 20px;
	background: url(images/icon_right_arrow.png) no-repeat right;
	display: inline-block;
}
.viewMoreLink
{
	display: inline-block;
	padding-right: 10px;
	background: url(images/icon_triangle_red_right.gif) right no-repeat;
}

/* BOTTOM */
.footer
{
	width: 100%;
}
.footer li a
{
	font-size: 11px;
	color: #9f9f9f;
	text-decoration: none;
	display: inline-block;
	padding-right: 16px;
	font-weight: bold;
}
.footer li a:HOVER
{
	color: Red;
}
.footer .copyrights span
{
	font-size: 11px;
	color: #9f9f9f;
	text-decoration: none;
	display: inline-block;
	padding-left: 13px;
}
.footerNav
{
	position: relative;
	top: 30px;
}

/* PAGING */

.paging
{
	height: 24px;
	float: right;
}
.pagingButtons
{
	padding-left: 12px;
}
.pagingButtons a
{
	display: inline-block;
	width: 25px;
	height: 24px;
	background: url(../main/images/btn_paging_next.gif) no-repeat;
	float: left;
}
.pagingButtons a.btnPrev
{
	background: url(../main/images/btn_paging_prev.gif) no-repeat;
	margin-right: 1px;
}
.pagingIndicators
{
	position: relative;
	top: 9px;
	height: 7px;
}
.pagingIndicators a
{
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #b9b9b9;
	font-size: 0;
	margin-left: 3px;
	float: left;
}
.pagingIndicators a:HOVER, .pagingIndicators a.currentPage
{
	background-color: #e4001d;
}

/* LIGHTBOX */
.lightboxWrapper
{
	width: 955px;
	height: 477;
	background: white;
	position: relative;
	overflow: hidden;
}
.titleRow
{
	padding: 16px 0 16px 23px;
}
.frameTitle
{
	padding-right: 10px;
}
.tabsRow a
{
	display: inline-block;
	background: #d2d2d2;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 27px;
	height: 27px;
	vertical-align: middle;
	text-align: center;
	width: 160px;
	color: #555555;
}
.tabsRow a:HOVER, .tabsRow a.active
{
	background: #ececec;
}
.tabsRow
{
	padding-left: 17px;
	width: 100%;
	clear: both;
}
.tabsRow li
{
	float: left;
	margin-right: 5px;
}
.btnCloseLightbox
{
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 16px;
	right: 16px;
	background: url(../main/images/btn_close_lighbox.gif);
}
.tabsContent
{
	width: 100%;
	height: 391px;
	float: left;
	line-height: 18px;
	background: url(../main/images/bg_lightbox_content.jpg) repeat-x bottom #ececec;
}
.tabsContent .padding
{
	padding: 48px 35px;
}
.tabsContent .padding .autoScroll
{
	height: 310px;
	overflow: auto;
}

/* COLORS */
.colorsList span
{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 1px;
	cursor: pointer;
}
.colorsList li
{
	border: 1px #7e7e7e solid;
	float: left;
	height: 26px;
	margin-right: 6px;
	display: inline-block;
}

.hex_3a8091
{
	background-color: #3a8091;
}
.hex_8e2b36
{
	background-color: #8e2b36;
}
.hex_333d4f
{
	background-color: #333d4f;
}
.hex_38322f
{
	background-color: #38322f;
}
.hex_303030
{
	background-color: #303030;
}
.hex_5d624e
{
	background-color: #5d624e;
}
.hex_b04c7c
{
	background-color: #b04c7c;
}
.hex_e6883f
{
	background-color: #e6883f;
}
.hex_000000
{
	background-color: #000000;
}

.trade
{
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top:0px;
}



.navMenuUtil
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 200px;
	z-index: 500;
	background: url(images/bg_dev_menu.png) no-repeat right;
	padding-right: 30px;
	border-bottom: 1px #2f2f2f solid;
	border-right: 1px #2f2f2f solid;
}
.navMenuUtil ul
{
	list-style: none;
}
.navMenuUtil a
{
	display: block;
	width: 170px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	color: white;
	padding: 0 15px;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
	border-bottom: 1px #333 solid;
	background: url(images/bg_dev_menu_trans.png);
	border-right: 1px #2f2f2f solid;
}
.navMenuUtil a:HOVER
{
	background: white;
	color: Red;
}
.pnlBoxesContainer
{
	display: none;
}

.registered
{
	font-size: 10px;
    height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: top;
	position: relative;
}


a.Links2:link, a.Links2:visited {
 color: #FF0000;
 text-decoration: none;
 
}
a.Links2:hover {
 font-weight: normal;
color: #FF0000;
}
/*
div#stwrapper {
	height:455px !important;
	overflow:hidden !important;
}*/