/* CONTAINER */

div#bag_container{
	width:900px;
	height:620px;
	position: relative;
	background-color: #FFFFFF;
}


/* HEADINGS & MEASUREMENTS */

div#bag_heading {
	position:absolute;
	left: 8px;
	top:7px;
	width: 887px;
	height: 118px;
}

div#bag_whatsize {
	position:absolute;
	width: 887px;
	height: 43px;
	left: 7px;
	top:172px;
}

div#bag_measurements {
	position:absolute;
	width:887px;
	height:106px;
	left:8px;
	top:168px;

}


/* PARAGRAPHS - info about the products 

p {
	margin: 30px 40px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

strong {
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
}

a {
	text-decoration: none;
}

*/



/* AFTPACK */

div#aftpack_cell {
	position:absolute;
	top:274px;
	left:5px;
	width:214px;
	height:334px;
	background-image: url(images/cell-bags-inactive.png);

}
div#aftpack_cell:hover {
	background-image: url(images/cell-bags-active.png);
}

div#aft_title {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 189px;
	height: 37px;
	background-image:url(images/aft-title.png);
}

div#aft_product {
	position: absolute;
	left: 12px;
	top: 48px;
	width: 108px;
	height: 97px;
}


div#aft_patterns {
	position: absolute;
	left: 125px;
	top: 57px;
	width: 76px;
	height: 20px;
	background-image: url(images/aft-patterns.png);
}

div#aft_color01 {
	position:absolute;
	left:128px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/black-gray.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#aft_color02 {
	position:absolute;
	left:153px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/check-green.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}

div#aft_color01:hover, div#aft_color02:hover  {
	border-color:#FF6600;
	cursor:hand;
}

div#aft_buy {
	position:absolute;
	left:125px;
	top:104px;
	width:76px;
	height:41px;
	background-image: url(images/aft-buy.png);
}
div#aft_buy:hover {
	background-image: url(images/aft-buy-hover.png);
}


div#aft_info {
	position:absolute;
	left:12px;
	top:145px;
	width:189px;
	height:176px;
	background-image: url(images/aft-info.png);
}











/* COREPACK */

div#corepack_cell {
	position:absolute;
	top:274px;
	left:230px;
	width:214px;
	height:334px;
	background-image: url(images/cell-bags-inactive.png);

}
div#corepack_cell:hover {
	background-image: url(images/cell-bags-active.png);
}

div#core_title {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 189px;
	height: 46px;
	background-image:url(images/core-title.png);
}

div#core_product {
	position: absolute;
	left: 12px;
	top: 57px;
	width: 113px;
	height: 88px;
}


div#core_patterns {
	position: absolute;
	left: 125px;
	top: 57px;
	width: 76px;
	height: 20px;
	background-image: url(images/core-patterns.png);
}

div#core_color01 {
	position:absolute;
	left:133px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/black-gray.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#core_color02 {
	position:absolute;
	left:158px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/check-green.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}

div#core_color01:hover, div#core_color02:hover  {
	border-color:#FF6600;
	cursor:hand;
}

div#core_buy {
	position:absolute;
	left:125px;
	top:104px;
	width:76px;
	height:41px;
	background-image: url(images/core-buy.png);
}
div#core_buy:hover {
	background-image: url(images/core-buy-hover.png);
}

div#core_info {
	position:absolute;
	left:12px;
	top:145px;
	width:189px;
	height:176px;
	background-image: url(images/core-info.png);
}








/* PORTPACK */

div#portpack_cell {
	position:absolute;
	top:274px;
	left:456px;
	width:214px;
	height:334px;
	background-image: url(images/cell-bags-inactive.png);

}
div#portpack_cell:hover {
	background-image: url(images/cell-bags-active.png);
}

div#port_title {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 189px;
	height: 46px;
	background-image:url(images/port-title.png);
}

div#port_product {
	position: absolute;
	left: 12px;
	top: 57px;
	width: 102px;
	height: 88px;
}


div#port_patterns {
	position: absolute;
	left: 114px;
	top: 57px;
	width: 87px;
	height: 20px;
	background-image: url(images/tuck-patterns.png);
}

div#port_color01 {
	position:absolute;
	left:120px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/black-gray.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#port_color02 {
	position:absolute;
	left:145px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/check-green.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#port_color03 {
	position:absolute;
	left:170px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/plum-blue.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#port_color01:hover, div#tuck_color02:hover, div#tuck_color03:hover  {
	border-color:#FF6600;
	cursor:hand;
}

div#port_buy {
	position:absolute;
	left:114px;
	top:104px;
	width:87px;
	height:41px;
	background-image: url(images/port-buy.png);
}
div#port_buy:hover {
	background-image: url(images/port-buy-hover.png);
}

div#port_info {
	position:absolute;
	left:12px;
	top:145px;
	width:189px;
	height:176px;
	background-image: url(images/port-info.png);
}





/* TUCKPACK */

div#tuckpack_cell {
	position:absolute;
	top:274px;
	left:681px;
	width:214px;
	height:334px;
	background-image: url(images/cell-bags-inactive.png);

}
div#tuckpack_cell:hover {
	background-image: url(images/cell-bags-active.png);
}

div#tuck_title {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 189px;
	height: 46px;
	background-image:url(images/tuck-title.png);
}

div#tuck_product {
	position: absolute;
	left: 12px;
	top: 57px;
	width: 102px;
	height: 88px;
}


div#tuck_patterns {
	position: absolute;
	left: 114px;
	top: 57px;
	width: 87px;
	height: 20px;
	background-image: url(images/tuck-patterns.png);
}

div#tuck_color01 {
	position:absolute;
	left:120px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/black-gray.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#tuck_color02 {
	position:absolute;
	left:145px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/check-green.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#tuck_color03 {
	position:absolute;
	left:170px;
	top:80px;
	width:19px;
	height:19px;
	background-image: url(images/plum-blue.png);
	border-color: #333333;
	border-width: 1px;
	border-style:solid;
}
div#tuck_color01:hover, div#tuck_color02:hover, div#tuck_color03:hover  {
	border-color:#FF6600;
	cursor:hand;
}

div#tuck_buy {
	position:absolute;
	left:114px;
	top:104px;
	width:87px;
	height:41px;
	background-image: url(images/tuck-buy.png);
}
div#tuck_buy:hover {
	background-image: url(images/tuck-buy-hover.png);
}

div#tuck_info {
	position:absolute;
	left:12px;
	top:145px;
	width:189px;
	height:176px;
	background-image: url(images/tuck-info.png);
}

