/*
	FP Pagination Styles
*/

#contentsArea {
	width:910px;
	margin:15px auto;
}
#contents-table {
	width:910px;
	padding:10px 0;
}
#contents-table .name a {
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}
#contents-table td.verticalDivider { padding:0 5px; }
#contents-table td.horizontalDivider { padding:10px 0; }
#contents-table .itemInfo {
	padding:10px 0 15px 0;
}
/*  -- FP Basic Pagination v1.0 (12.18.2009) --  */

div#paginationContainer .paginationControls {
    padding: 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #978662;
}
div#paginationContainer .paginationControls a {
	color: #978662;
}

div#paginationContainer .paginationControls a {
    color: #978662;
    text-decoration: underline;
}

div#paginationContainer .paginationControls a:hover {
    text-decoration: none;
}

div#paginationContainer .pageLinks {
    float: right;
    width: 400px;
    text-align: right;
}

div#paginationContainer .pageLinks a {
    padding: 0 5px;
    font-weight:normal;
    text-decoration: none;
}

div#paginationContainer .pageLinks a.currentPage {
    font-weight: bold;
    text-decoration: none;
}

div#paginationContainer .pageSelectors {
    float: left;
    width: 250px;
    text-align: left;
}

div#paginationContainer .prevControl {
    padding-right: 10px;
}

div#paginationContainer .prevControl a {
    padding-left: 12px;
    background: url(/lib/yhst-95977426524948/fp-std-pagination-arrows.gif) left 0 no-repeat;
}

div#paginationContainer .prevControl a:hover {
    background-position: left 0;
}

div#paginationContainer .nextControl {
    padding-left: 10px;
}

div#paginationContainer .nextControl a {
    padding-right: 12px;
    background: url(/lib/yhst-95977426524948/fp-std-pagination-arrows.gif) right 0 no-repeat;
}

div#paginationContainer .nextControl a:hover {
    background-position: right 0;
}

div.pageSorting {
	clear:both;
	padding-top:5px;
	font:12px Arial;
	color:#978662;
	padding-left:10px;
	padding-bottom:5px;
	margin-top:15px;
}
div.pageSorting a {
	padding:0 5px;
	color:#978662;
	text-decoration: underline;
	font-weight:bold;
}
.arrow2 { padding-right:11px !important; background: url("/lib/yhst-95977426524948/arrows.gif") no-repeat scroll right 1px transparent }
.arrow3 { padding-right:11px !important; background: url("/lib/yhst-95977426524948/arrows.gif") no-repeat scroll right -13px transparent }

.hidden {
	display:none !important;
}



/* Cart Flow Styles */

/* Actual Display Box */
#cartFlowPop {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #D4D2D3;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 17%;
    width: 640px;
    z-index: 99999;   
    padding: 15px;
}


/* Fix for the people still stuck on Internet Explorer 6 */
* html .fpqsPop {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.cfTop {
	position: relative;
}
#closeCF {
	position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.cfTop h2 {
    color: #6A7881;
    font-size: 19px;
    margin-top: 0;
}

.cfMiddle {
}
.cfProduct {
    float: left;
    width: 635px;
    margin-bottom: 15px;
}
.cfName {
    color: #9A9A9A;
    font-weight: bold;
    margin: 5px 0;
}
.cfPrice {
    color: #9A9A9A;
    font-weight: bold;
}
.cfOptions {
    color: #9A9A9A;
    font-weight: bold;
    margin: 5px 0 5px 20px;
}

.cfBottom {
    clear: both;
    padding: 5px;
    position: relative;
    text-align: right;
    width: 630px;
}

/* Table Styles */

.cftimage {
    float: left;
    text-align: center;
    width: 80px;
}
.cftname {
    border-right: 1px solid #C6C6C6;
    float: left;
    padding-right: 10px;
    text-align: left;
    width: 300px;
}
.cftAdd {
    border-right: 1px solid #C6C6C6;
    float: left;
    padding: 0 10px;
    width: 100px;
}
.cftPrice {
    float: left;
    text-align: center;
    width: 100px;
}

.cfBulk {
    font-size: 10px;
    margin-top: 5px;
}
.cfBulk a {
    color: #9A9A9A;
    text-decoration: underline;
}

a.cfNO {
    color: #879897;
    font-size: 12px;
    position: absolute;
    right: 143px;
    text-decoration: underline;
    top: 10px;
}

.hcapDis {
	margin-bottom: 15px;
}
.hcapDis h1 {
    color: #6B7479;
    font-size: 30px;
    font-weight: lighter;
    margin-top: 0;
}
.hcapDis .desTxt {
    color: #74787B;
    font-size: 13px;
    line-height: 18px;
    padding: 0 15px 10px 25px;
}
























