.contentMainWrapper_big .tab-container{
	position: absolute;

	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	padding-left: 14px;
}

.contentMainWrapper_big .versand{
	position: absolute;

	top: 6px;
	right: 20px;

	width: auto;
	height: 14px;
	
	font-size: 10px;

	text-align: right;
}

.contentMainWrapper_big .tab-container .tab{
	position: relative;

	top: 0px;
	width: 200px;
	height: 30px;

	font-size: 12px;
	line-height: 30px;

	text-align: center;

	float: left;

	margin-right: 0px;

	border: 1px solid #000;
	border-bottom: none;
	border-right: none;

	background: #fff;

	z-index: 2;

	cursor: pointer;
}

.contentMainWrapper_big .tab-container .content{
	position: absolute;

	top: 31px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	border-top: 1px solid #000;

	display: none;

	z-index: 1;

	overflow: hidden;
}

.contentMainWrapper_big .tab-container .content .form_replacement{
	position: absolute;

	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;

	overflow: hidden;
}

.contentMainWrapper_big .tab-container .content form{
	position: absolute;

	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;

	overflow: hidden;
}

.contentMainWrapper_big .tab-container .content .page{
	position: absolute;

	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	display: none;

	overflow: hidden;
}

.contentMainWrapper_big .tab-container .content .page .tile{
	position: relative;

	width: 218px;
	height: 170px;
	float: left;

	margin-left: 16px;
	margin-right: 10px;

	margin-bottom: 26px;

	cursor: pointer;
}

.contentMainWrapper_big .tab-container .content .page .tile img{
	position: absolute;

	top: 23px;
	left: 77px;

	height: auto;
	width: 64px;
}

.contentMainWrapper_big .tab-container .content .page .tile .text{
	position: absolute;

	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;

	text-align: center;
}

.contentMainWrapper_big .tab-container .content .btn-container {
	position: absolute;

	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 32px;
}

.contentMainWrapper_big .tab-container .content .btn-container .btn {
	margin: 0px;
	margin-left: 3px;
}

.contentMainWrapper_big .tab-container .content .btn {
	margin: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

.contentMainWrapper_big .tab-container .content .btn-container .btn,
.contentMainWrapper_big .tab-container .content .btn {
	position: relative;

	float: right;

	bottom: 0px;
	width: 80px;
	height: 30px;

	line-height: 30px;
	font-size: 10px;

	border: 1px solid #000;

	text-align: center;

	cursor: pointer;
}

.contentMainWrapper_big .tab-container .content .alert {
	color: #ff0001;
	border-color: #fff;
}

.contentMainWrapper_big .tab-container .content select {
	width: 208px;
	margin-right: -3px;
}

.contentMainWrapper_big .tab-container .content input{
	width: 200px;
}

.contentMainWrapper_big .tab-container .content input[type=checkbox]{
	width: 20px;
}

.contentMainWrapper_big .tab-container .content input[type=radio]{
	width: 20px;
}

.contentMainWrapper_big .tab-container .content .totals_header {
	position: relative;
	top: 10px;
	left: 0px;
	right: 0px;
	height: 20px;

	text-align: center;

	font-size: 10px;
	line-height: 20px;
}

.contentMainWrapper_big .tab-container .content .totals_categories {
	position: relative;

	top: 7px;
	margin-left: 15px;
	margin-right: 15px;

	height: 333px;

	padding-left: -15px;

	border: 1px solid #000;

	overflow: hidden;
}

.contentMainWrapper_big .tab-container .content table {
	position: relative;

	top: 30px;
	left: 0px;
	right: 0px;
	height: auto;
}

.contentMainWrapper_big .tab-container .content table .rowOdd{
	background: #fff;
}

.contentMainWrapper_big .tab-container .content table .rowEven{
	background: #ddd;
}

.contentMainWrapper_big .tab-container .content table td{
	vertical-align: middle;
	text-align: left;
	height: 40px;
}

.contentMainWrapper_big .tab-container .content table #sub_total td{
	height: 40px;

	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.contentMainWrapper_big .tab-container .content table th{
	vertical-align: middle;
	text-align: left;
	height: 30px;

	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	background: #fff;
}


.contentMainWrapper_big .tab-container .content form .btn,
.contentMainWrapper_big .tab-container .content table .btn {
	position: relative;

	float: right;

	bottom: 0px;
	width: 80px;
	height: 30px;

	line-height: 30px;
	font-size: 10px;

	border: 1px solid #000;

	text-align: center;

	cursor: pointer;
}

.contentMainWrapper_big .tab-container .content .cartQuantity input {
	width: 20px;
}

.alert {
	color: #ff0001;
	border-color: #fff;
	margin: 8px;
}

.main_categories {
	position: absolute;

	margin: 0px;
	padding: 0px;

	height: 350px;
	width: 350px;

	cursor: pointer;
}

.main_categories_bottom {
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	width: 980px;
	height: 130px;
	
	z-index: 1;
}

.main_categories_center {
	top: 0px;
	left: 316px;
	z-index: 3;
}

.main_categories_right {
	top: 0px;
	right: 0px;
	z-index: 2;
}

.main_categories_left {
	top: 0px;
	left: 0px;
	z-index: 2;
}

.main_categories_bottom img {
	left: 0px;
	bottom: 0px;
	
	height: auto;
	width: 980px;
}

.main_categories_left img {
	left: 0px;
	
	top: 0px;

	height: 350px;
	width: auto;
}

.main_categories_right img {
	right: 0px;
	top: 0px;

	height: 350px;
	width: auto;
}

.main_categories_center img {
	left: auto;
	right: auto;
	
	top: 0px;

	height: 350px;
	width: auto;
}

.main_categories img {
	position: absolute;

	margin: 0px;
	padding: 0px;
}

.main_categories .text {
	position: absolute;

	bottom: 20px;

	height: 40px;
	width: 200px;

	font-size: 18pt;

	color: #fff;
}

.main_categories_right .text {
	right: 80px;
	text-align: right;
}

.main_categories_left .text {
	left: 80px;
	text-align: left;
}

.main_categories_center .text {
	width: auto;
	left: 0px;
	right: 0px;
	text-align: center;
}

.main_products {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	bottom: 15px;
}

.main_products .overview {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 140px;

	border-right: 1px solid #000;

	text-align: center;

	overflow: auto;
	
	overflow-y: auto;
	overflow-x: hidden;
}

.main_products .overview .image{
	position: realive;
	float: left;

	width: 120px;
	height: auto;

	margin: 10px;
	margin-top: 4px;
	margin-bottom: 6px;

	cursor: pointer;
}

.main_products .overview .image img{
	width: 100px;
	height: auto;

	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;


	-moz-box-shadow:    3px 3px 4px 4px #333;
	-webkit-box-shadow: 3px 3px 4px 4px #333;
	box-shadow:         3px 3px 4px 4px #333;
}

.main_products .product {
	position: absolute;
	right: 10px;
	top: 0px;
	bottom: 0px;
	width: 829px;
}

.main_products .product .realpics{
	position: absolute;

	bottom: 0px;
	left: 17px;
	right: 190px;

	height: 82px;

	border-top: 1px dashed #000;
}

.main_products .product .realpics img{
	height: 68px;
	width: auto;

	margin-top: 14px;
	margin-right: 8px;

	float: left;

	text-align: center;

	-moz-box-shadow:    1px 1px 2px 2px #333;
	-webkit-box-shadow: 1px 1px 2px 2px #333;
	box-shadow:         1px 1px 2px 2px #333;

	cursor: pointer;
}

.main_products .product .overlay_realpics{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 420px;

	z-index: 20;

	overflow: hidden;

	background: #fff;

	text-align: center;
}

.main_products .product .overlay_realpics img{
	position: relative;

	max-height: 400px;
	max-width: 800px;

	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;

	-moz-box-shadow:    1px 1px 2px 2px #333;
	-webkit-box-shadow: 1px 1px 2px 2px #333;
	box-shadow:         1px 1px 2px 2px #333;

	background: #fff;

	cursor: wait;
}

.main_products .product .picture{
	position: absolute;
	right: 362px;
	top: 0px;
	bottom: 82px;
	left: 0px;

	overflow: hidden;
}

.main_products .product .picture .pic{
	position: absolute;

	width: auto;
	height: auto;
	
	max-height: 402px;
	max-width: 440px;

	margin: 4px;
	margin-left: 18px;

	-moz-box-shadow:    3px 3px 4px 4px #333;
	-webkit-box-shadow: 3px 3px 4px 4px #333;
	box-shadow:         3px 3px 4px 4px #333;

	z-index: 10;
}

.main_products .product .picture .leather {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 0px;
	height: 0px;

	z-index: 5;
}

.main_products .product .description {
	position: absolute;
	left: 18px;
	right: 196px;
	height: 222px;
	text-align: left;
	bottom: 100px;
	
	font-size: 9pt;
		
	overflow: auto;
}

.main_products .product .price {
	position: absolute;
	right: 181px;
	bottom: 324px;

	width: 200px;
	height: 100px;

	text-align: right;
}

.main_products .product .price span{
	position: absolute;

	bottom: 20px;
	right: 20px;
	font-weight: normal;
	line-height: 14px;
}

.main_products .product .price h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;

	font-weight: normal;
}

.main_products .product .options {
	position: absolute;
	right: 181px;
	top: 4px;
	bottom: 100px;
	width: 180px;

	z-index: 5;
}

.main_products .product .overlay_leather {
	position: absolute;
	right: 180px;
	top: 4px;
	bottom: 100px;
	width: 180px;

	background: #fff;

	border: 1px dashed #000;

	z-index: 15;

	overflow: hidden;

	display: none;
}

.main_products .product .overlay_leather img{
	height: 100%;
	width: auto;
	margin: auto;
}

.main_products .product .leather {
	position: absolute;
	right: 0px;
	top: 4px;
	bottom: 4px;
	width: 180px;

	border-left: 1px dashed #000;
}

.main_products .product .options .title,
.main_products .product .leather .title {
	position: relative;

	width: 160px;
	height: 20px;

	margin: 0px;
	margin-left: 10px;
	margin-bottom: 4px;

	overflow: hidden;
}

.main_products .product .options .content,
.main_products .product .leather .content {
	position: relative;

	width: 160px;
	height: auto;

	margin: 0px;
	margin-left: 16px;
	margin-bottom: 9px;

	overflow: hidden;
}

.main_products .product .leather .content .addcart,
.main_products .product .options .content .addcart {
	width: 34px;
	height: 34px;

	text-align: center;

	font-size: 15px;
	line-height: 32px;

	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 0px;

	color: #fff;
	border: 1px solid #000;

	float: left;

	cursor: pointer;
}

.main_products .product .leather .content .addcart img,
.main_products .product .options .content .addcart img{
	height: 22px;
	width: 22px;
	margin: 6px;
}

.main_products .product .options .content .part,
.main_products .product .leather .content .part {
	width: 34px;
	height: 34px;

	text-align: center;

	font-size: 15px;
	line-height: 34px;

	margin: 1px;
	margin-right: 4px;
	margin-bottom: 4px;

	color: #fff;
	background: #aaa;

	float: left;

	cursor: pointer;
}

.main_products .product .options .content img,
.main_products .product .leather .content img {
	height: 34px;
	width: 34px;

	margin: 1px;
	margin-right: 4px;
	margin-bottom: 4px;

	float: left;

	cursor: pointer;
}