/******************************************************************************************************************************
CSS Styles File
******************************************************************************************************************************/

.social_buttons
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.text_1
{
	text-align: left;
	padding: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	font-family: Arial;
	color: #FFFFFF;
}

.title
{
	text-align: left;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 10px;
	font-family: Arial;
	color: #FFFFFF;
}

.intro
{
	width: 330px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Arial;
	color: #666666;
}

.sizes_wrapper
{
	padding: 20px;
}

.sizes_cell
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.colors_wrapper
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.color_title
{
	font-size: 12px;
	font-family: Arial;
	color: #666666;
	margin-left: 5px;
}

a.color_thumb_wrapper:link
{
	display: block;
	width: 66px;
	height: 66px;
	background: #FFFFFF;
	border: 1px solid gray;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

a.color_thumb_wrapper:hover
{
	display: block;
	width: 64px;
	height: 64px;
	background: #FFFFFF;
	border: 2px solid red;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

.main_image
{
	display: block;
}

a.thumb_wrapper:link
{
	display: inline-block;
	padding: 3px;
	background: #FFFFFF;
	border: 0px solid #FFFFFF;
}

a.thumb_wrapper:hover
{
	display: inline-block;
	padding: 1px;
	background: #FFFFFF;
	border: 2px solid #0168B7;
}

.shopping_wrapper
{
	position: relative;
	width: 100%;
	height: 125px;
	border: 0px solid red;
	letter-spacing: 1px;
	font-family: Arial;
}

.item_code
{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: Arial;
}

.item_price
{
	position: absolute;
	top: 70px;
	left: 10px;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: Arial;
}

.quantity_select
{
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: Arial;
}

.quantity_select_bar
{
	position: absolute;
	top: 40px;
	left: 100px;
	font-size: 13px;
}

.specs_select
{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
}

.specs_select_bar
{
	position: absolute;
	top: 10px;
	left: 100px;
	font-size: 13px;
}

.button_to_cart
{
	position: absolute;
	bottom: -10px;
	right: 10px;
}

/******************************************************************************************************************************
Last Modified : February 02, 2013 
******************************************************************************************************************************/