/*=========================================================================================================
//	Product Page Styles
//========================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Page Layout
//--------------------------------------------------------------------------------------------------------*/
h2
{
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}

#body
{
	padding-top: 20px;
}
#content
{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#product-details
{
	border-collapse: collapse;
}

#right-side
{
	float:            right;
	width:            165px;
	border:           1px solid #A9A8A8;
	padding:          15px;
	margin:    -10px 0px 30px 0px;
	text-align:       center;
	background-color: white;
}

#nav-section
{
	margin-bottom: 20px;
}

#product-image-header {position: relative;}

#product-image-header img
{
	position: absolute;
	top: -32px;
	left: -24px;
}

#product-image
{
	padding-top: 15px;
	position: relative;
	width: 382px;
	overflow: hidden;
}

td#title-cell, td#image-cell
{
	background-color: white;
	border-right: 1px solid #A9A8A8;
	border-left: 1px solid #A9A8A8;
	width: 382px;
}

td#title-cell  
{
	width: 346px;
	padding: 10px 18px 3px 18px;
	border-bottom: 1px solid #A9A8A8;
	text-align: right;
	min-height: 450px;
	vertical-align: middle;
}

td#image-cell
{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #A9A8A8;
}

td#subtitle-cell  
{
	padding: 10px 18px 3px 18px;
	border-bottom: 1px solid #A9A8A8;
}

#product-details h2
{
	color: #666;
	font-size: 14px;
}

#details-grid
{
	border-collapse: collapse;
	width: 100%;
}
#details-grid th,#details-grid td
{
	padding: 3px 18px;
	border-bottom: 1px solid #A9A8A8;
}

#info-cell
{
	font-size: 12px;
	width: 338px;
	padding-bottom: 25px;
	font-weight: normal;
}

#info-cell .bodytext
{
	margin: 15px;
	padding: 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Details Grid
//--------------------------------------------------------------------------------------------------------*/
#details-grid
{
	border-collapse:    collapse;
	width:              100%;
}

#details-grid td
{
	vertical-align:     top;
	text-align:         left;
	padding:            3px 0px 3px 15px;
	font-weight:        bold;
	color:              #999;
	border-bottom:      1px solid #A9A8A8;
}

#details-grid th
{
	vertical-align:     top;
	text-align:         left;
	padding:            3px 0px 3px 15px;
	font-weight:        normal;
	border-bottom:      1px solid #A9A8A8;
}

/*---------------------------------------------------------------------------------------------------------
//	Product-details
//--------------------------------------------------------------------------------------------------------*/
.product-list
{
	border-bottom:      1px solid #A9A8A8;
	margin-bottom:      5px;
	padding-bottom:     5px;
}

#product-details .product-list h2
{
	background-image:   url('/images/product_tab.gif');
	background-repeat: no-repeat;
	height:             29px;
	overflow:           hidden;
	line-height:        29px;
	font-size:          10px;
	padding-left:       13px;
	padding-right:      160px;
	font-weight:        bold;
	text-transform:     uppercase;
	cursor:             pointer;
}

.close-tab
{
	cursor:             pointer;
}

.larger
{
	font-size:          1.3em;
}

.specbox
{
	display:            none;
	position:           absolute;
	min-width:          100px;
	border:             1px solid gray;
	padding:            5px;
	text-align:         left;
	color:              #333;
	background-color:   #E2E1DD;
}

#product-specs
{
	padding-top:        5px;
	border-top:         1px solid #A9A8A8;
}

#product-specs-table
{
	border-collapse:    collapse;
	width: 100%;
}
#product-specs-table td
{
	font-size: 12px;
	padding:            3px 30px 3px 15px;
	border-bottom:      1px solid #A9A8A8;
}


#product-specs-table td.heading
{
	padding-top:1em;
	color: #900;
	font-weight: bold;
}


#more-images
{
	position:           absolute;
	top:                280px;
	left:               40px;
}

/*---------------------------------------------------------------------------------------------------------
//	Ajax Styles
//--------------------------------------------------------------------------------------------------------*/
#zoom
{
	display:            none;
	position:           absolute;
	top:                80px;
	width:              100%;
	text-align:         center;
}

#zoom #ajax-inner
{
	margin-left:        auto;
	margin-right:       auto;
	z-index:            1002;
	width:              780px;
	border:             1px solid #A9A8A8;
}

#other-content
{
	display:            none;
	position:           fixed;
	width:              100%;
	top:                60px;
	text-align:         center;
}

#other-content #ajax-inner
{
	margin-left:        auto;
	margin-right:       auto;
	background-color:   #E2E1DD;
	border:             1px solid #A9A8A8;
	padding:            9px;
	width:              692px;
}


/*---------------------------------------------------------------------------------------------------------
//	JScroll Page Styles
//--------------------------------------------------------------------------------------------------------*/
.tab
{
	display:            none;
}

#product-specs .tab
{
	height:             280px;

}

.scroll
{
	height:             250px;
	width:              338px!important;
	overflow:           auto;
}

.jScrollPaneContainer {
	clear:              both;
	margin:             2px 0;
	position:           relative;
	overflow:           hidden;
	z-index:            1;
	width:              338px!important;
}

.jScrollPaneTrack
{
	position:           absolute;
	cursor:             pointer;
	right:              0;
	top:                0;
	height:             100%;
	background-color:   #E2E1DD;
	border:             1px solid #A9A8A8;
}

.jScrollPaneDrag
{
	position:           absolute;
	cursor:             pointer;
	overflow:           hidden;
	border:             1px solid #A9A8A8;
	margin:             2px;
	width:              11px!important;
}
.jScrollPaneDragTop {
	position:           absolute;
	top:                0;
	left:               0;
	overflow:           hidden;
}
.jScrollPaneDragBottom {
	position:           absolute;
	bottom:             0;
	left:               0;
	overflow:           hidden;
}
a.jScrollArrowUp {
	border:             1px solid #A9A8A8;
	width:              17px;
	height:             17px;
	background:         url('/images/scroll_arrow_up.gif') no-repeat center center;

	display:            block;
	position:           absolute;
	z-index:            1;
	top:                0;
	right:              0;
	text-indent:        -2000px;
	overflow:           hidden;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	border:             1px solid #A9A8A8;
	width:              17px;
	height:             17px;
	background:         url('/images/scroll_arrow_down.gif') no-repeat center center;

	display:            block;
	position:           absolute;
	z-index:            1;
	bottom:             0;
	right:              0;
	text-indent:        -2000px;
	overflow:           hidden;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*---------------------------------------------------------------------------------------------------------
//	Some shoe specific stuff
//--------------------------------------------------------------------------------------------------------*/
#size-chart table
{
	width:            100%;
	border-collapse:  collapse;
	margin-top:       10px;
}

#size-chart table th
{
	background-color: #ccc;
	padding:          2px 0;
	color:            white;
	text-align: center;
}

#size-chart table td
{
	font-size:        12px;
	padding:          2px 0;
	text-align:       center;
	border-bottom: 1px solid #ccc;
}

#sizeoptions
{
	border-collapse: collapse;
	clear: both;
	margin-left: 15px;
	margin-bottom: 4px;
	vertical-align: top;
}

label#sizelabel
{
	margin: 0 10px 0 0;
	padding: 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Other Styles
//--------------------------------------------------------------------------------------------------------*/
#color-switch
{
	clear:                 both;
	float:                 right;
	margin-top:            20px;
	margin-right:          17px;
}

#email-friend-button
{
	float:                 left;
	margin:                10px 20px 10px 10px;
}


button.submit
{
	float: left;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

a.slide
{
	float: left;
	margin: 15px 15px 0 15px;
}

#email-friend
{
	position:              absolute;
	top:                   80px;
	display:               none;
	width: 100%;
}

#email-friend #ajax-inner
{
	margin-left:        auto;
	margin-right:       auto;
	width:                 422px;
	border:                1px solid #A9A8A8;
}

#email-friend input,#email-friend textarea
{
	width:                 300px;
}


#right-top, #right-bottom
{
	position: relative;
}

#right-top img
{
	position: absolute;
	top: -32px;
	left: -24px;
}

#right-bottom img
{
	position: absolute;
	bottom: -32px;
	left: -24px;
}

.related
{
	padding-bottom: 15px;
	border-bottom: 1px solid #A9A8A8;
	margin-bottom: 15px;
}

.related.last
{
	border: none;
	padding-bottom: 0;
}

.related img
{
	margin-bottom: 12px;
}

#right-side h2
{
	padding-top: 10px;
	color: #666;
	font-size: 12px;
}

a.related-title
{
	font-weight: bold;
	color: #A9A8A8;
}

#add-to-cart
{
	display: block;
	padding: 0px 15px;
}
