/* ----- PRODUCT DESCRIPTION ----- */

#product-desctiption-wrapper {
	margin-top: .5em;
	margin-bottom: 1em;
}

#product-description {
	float: right;
	margin-left: 260px;
	text-align: left;
	width: 490px;
}

#description-header {
	margin-bottom: .5em;
}

#description-header h4 {
	padding: 3px 0;
}

#price-title {
	background: #369 url(/images/nav-title-bg.png) repeat-x left top;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	border-radius: 3px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#product-image-col {
	float: left;
	height: 100%;
	margin-right: -260px;
	width: 250px;
}

#product-image {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#product-thumbs-text {
	font-size: .9em;
	margin: .5em 0;
	text-align: center;
}

#product-thumbs {
	margin-top: .5em;
}

.image-thumb {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.image-thumb:hover {
	border: 1px solid #000;
}

.image-thumb img {
	padding: 1px;
}

#product-details-box {
	background-color: #E9E9E9;
	border-radius: 5px;
	margin: 0 0 1em;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.product-special {
	margin: 0;
}

#product-specials {
	font-size: .9em;
}

#pricing-wrapper {
	position: relative;
}

#product-pricing, #product-info table {
	margin: 0;
}

#product-pricing tr, #product-info table tr {
	vertical-align: top;
}

#product-pricing td, #product-info td {
	padding: 2px 3px;
}

#product-pricing .title, #product-info .title {
	font-weight: bold;
}

#product-pricing .text, #product-info .text {
	text-align: right;
}

#purchase-area {
	bottom: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
}

/* ----- QUICK NAV ----- */

#product-quick-links {
    background-color: #707070;
    font-size: .95em;
    margin: 0;
}

#product-quick-links li {
    border-right: 1px solid #FFF;
    float: left;
    margin-right: 1px;
    list-style: none;
}

#product-quick-links li.title {
    background: #369 url(/images/icons-sprite.png) no-repeat -5px -1517px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 8px 5px 25px;
}

#product-quick-links li a {
    color: #FFF;
    float: left;
    padding: 5px 8px;
    text-decoration: none;
}

#product-quick-links li a:hover {
    background-color: #555;
}

/* ----- PRODUCT FEATURES ----- */

#product-features h4 {
	/* NULL */
}

#product-features {
	margin-bottom: 5px;
}

#product-features ul {
	margin-left: 16px;
	padding-left: 0;
	list-style: none;
}

#product-features ul li {
	list-style: disc;
	margin: 0 0 .3em 15px;
}

.product-tabs {
	width: 100%;
    padding-bottom:40px;
}

/* ----- PARTS TAB ----- */

#configure-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -1450px;
	padding-left: 21px;
}

#reviews-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -262px;
	padding-left: 21px;
}

#info-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -658px;
	padding-left: 21px;
}

#features-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -1306px;
	padding-left: 21px;
}

#specs-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -1414px;
	padding-left: 21px;
}

#documents-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -1378px;
	padding-left: 21px;
}

#parts-tab {
	background: transparent url(/images/icons-sprite.png) no-repeat -10px -1630px;
	padding-left: 21px;
}

/* ----- PRODUCT OPTIONS ----- */

.option {
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: .8em;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.option-title {
	//background-color: #DEDEDE;
	//border-bottom: 1px solid #CCC;
	font-weight: bold;
	//margin: 0;
	//padding: 3px 5px;
}

.option-title .help-icon img {
	//position: relative;
	//top: 3px;
}

.option-title sup {
	font-size: 10px;
}

.option-content {
	padding: 8px 8px 8px 15px;
}

.option-content table {
	margin: 0;
}

.radio-label .sub-options {
	position: relative;
	top: 4px;
}

.sub-option {
	margin-left: 25px;
}

.option-title.required {
	color: #800;
}

.radio-label {
	display: block;
}

/* ----- PRODUCT SPECS ----- */

#product-specs table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0;
	width: 100%;
}

#product-specs table tr td {
	background-color: #F0F0F0;
	padding: 2px 3px;
}

#product-specs td.light-color {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 150px;
}

#product-specs td.title {
	font-weight: bold;
}

/* ----- PRODUCT PARTS ----- */

#product-parts-wrapper {
	border-top: 1px dotted #999;
}

.part-buttons {
	padding: 5px 0;
	text-align: center;
}


/* ----- MISC ----- */

#chair-listing li {
	list-style: none;
}

#product-moreinfo {
	margin: 0 0;
}

/* ----- RELATED PRODUCTS / PARTS ----- */

.related-product a .link-title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .5em;
	text-decoration: underline;
}


/* ----- PRODUCT SETS ----- */

.clip-middle{ width:420px; }

#product-sets-wrapper {
    border:1px solid #f0f0f0;
	background-color: #f9f9f9;
	border-radius: 5px;
	margin-top: .8em;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ----- BECAUSE MATT SAID SO ----- */

#product-moreinfo table td, #product-moreinfo table th {
	padding: 4px;
	vertical-align: top;
}
