
/* CSS Document */

body {
	font-family: "Tahoma", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#222;
	background: #ddd;
}

a, a:active, a:visited, a:hover
{
	color:#222;
	cursor:pointer;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	
}

a.highlight
{
	color:#951208;
}

a.grayText
{
	color:gray;
}

a.white
{
	color:white;
}

h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
	margin-bottom:5px;
}
h3 {
	font-size:12px;
	margin-bottom:5px;
}

hr
{
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	height:.1em;
	margin:auto;
	border:none;
}

img.icon
{
	padding-right:8px;
}

.error
{
	color:Red;
}

.grayText
{
	color:Gray;
}

.bold
{        	
	font-weight:bold;        	
}

.grayTextBold
{
	color:Gray;
	font-weight:bold;
}

.alternate
{
	background-color:#f7f5f5;       
}

.justified
{
	text-align:justify;
}

.validationError
{
	background-image:url(/images/common/icons/alert.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
}

.hidden
{
	display:none;
}

.tooltipContentDiv
{
	padding:8px;
	font-size:12px;
}




.propTable td
{
	padding-right:5px;
	padding-bottom:8px;	
	padding-top:8px;
	border-bottom: solid 1px #ccc;
}


.grayText {
	color:Gray;
}
.boldHeader {
	color:#951208;
	font-weight:bold;
}
.centered {
	text-align:center;
}
.site_outerContainer {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
}
.site_Footer {	
	margin: 10px auto;
	width: 950px;
}
 #clockDiv {
	position:relative;
	margin-top:-30px;
	margin-bottom:15px;
	right:15px;
	color:white;
	text-align:right;	
}
.site_contentContainer {
	width: 950px;
	overflow: hidden;
}
.leftColumn {
	float: left;
	width: 150px;
}
.rightColumn {
	float: right;
	display: block;
	width: 790px;
}
.bottomBoxes {
	margin-top:10px;
}
.leftbottomBox {
	float:left;
	width:390px;
}
.rightbottomBox {
	float:right;
	width:390px;
}

.ads .contents
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.ads img
{
	display:block;
}
.relatedProducts
{
	padding-left:10px;
	padding-right:10px;
}

.relatedProducts img
{
	cursor:pointer;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

 div.collapsiblePanel
        {
        	width:100%;
        }        
        
        div.collapsiblePanel a
        {        	
        	outline: none;
        }
        
         div.collapsiblePanel a.title
        {
        	padding-left:12px;        	
        	font-weight:bold;       	
        }      
        
        div.collapsiblePanel div.title
        {
        	height:24px;
        	padding-top:8px;
        }         
        
        div.collapsiblePanel a.open
        {
        	background-image:url(/images/common/icons/menu.open.png);
            background-repeat:no-repeat;
            background-attachment:scroll;
            background-position:left top;            
        }
        
         
        div.collapsiblePanel a.closed
        {
        	background-image:url(/images/common/icons/menu.closed.png);
            background-repeat:no-repeat;
            background-attachment:scroll;
            background-position:left top;
        }
        
        div.collapsiblePanel #content
        {
        	padding:10px;
        	margin-top:15px;
        	margin-bottom:15px;
        	margin-left:15px;
        	display:none;
        	background-color:#ffffff;
        }
        
        div.collapsiblePanel ul
        {
        	  list-style-type:none;
                margin: 0;                
                padding:0 0 8px 10px;                                  
                width:750px; 
                display:none;
               	 
        }
        
        div.collapsiblePanel ul li
        {        	  
            padding:8px 0 8px 10px;             
        }
        
            ul.flatList
        {
        	  list-style-type:none;
                margin: 0;
                padding:8px 0 8px 5px;  
                width:750px; 
                
                	 
        }
        
        ul.flatList li
        {        	          	
                padding:8px 0 8px 8px;
                border-bottom: solid 1px #CCC;
        }

.rbroundbox {
	background-color: #fff
}
.rbtop div {
	background: url(/images/common/corners/topLeft.gif) no-repeat top left;
}
.rbtop {
	background: url(/images/common/corners/topRight.gif) no-repeat top right;
}
.rbbot div {
	background: url(/images/common/corners/bottomLeft.gif) no-repeat bottom left;
}
.rbbot {
	background: url(/images/common/corners/bottomRight.gif) no-repeat bottom right;
}
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
}
.rbcontent {
	padding-left:10px;
	padding-right:10px;
}
.rbtop_orange {
	background-image:url(/images/common/corners/top_orange.gif);
	background-repeat:repeat-x;
}
.rbtop_orange_lt {
	background: url(/images/common/corners/topRight_orange.gif) no-repeat top right;
}
.rbtop_orange_header {
	background: url(/images/common/corners/topLeft_orange.gif) no-repeat top left;
	text-align:center;
	padding-top:3px;
}
.rbtop_orange div, .rbtop_orange {
	width: 100%;
	height: 20px;
}
.rbtop_gray {
	background-image:url(/images/common/corners/top_gray.gif);
	background-repeat:repeat-x;
}
.rbtop_gray_lt {
	background: url(/images/common/corners/topRight_gray.gif) no-repeat top right;
}
.rbtop_gray_header {
	background: url(/images/common/corners/topLeft_gray.gif) no-repeat top left;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	color:#ffffff;
}
.rbtop_gray div, .rbtop_gray {
	width: 100%;
	height: 20px;
}
.rbcontent_extended {
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
}

.rbtop_overlay div {
	background: url(/images/common/corners/topLeft_overlay.gif) no-repeat top left;
}
.rbtop_overlay {
	background: url(/images/common/corners/topRight_overlay.gif) no-repeat top right;
}
.rbbot_overlay div {
	background: url(/images/common/corners/bottomLeft_overlay.gif) no-repeat bottom left;
}
.rbbot_overlay {
	background: url(/images/common/corners/bottomRight_overlay.gif) no-repeat bottom right;
}
.rbtop_overlay div, .rbtop_overlay, .rbbot_overlay div, .rbbot_overlay {
	width: 100%;
	height: 10px;
}
.site_Footer .rbroundbox {
	background-color: #b4b1b1;
	color:#ffffff;
}
.site_Footer .rbtop div {
	background: url(/images/common/corners/topLeft_footer.gif) no-repeat top left;
}
.site_Footer .rbtop {
	background: url(/images/common/corners/topRight_footer.gif) no-repeat top right;
}
.site_Footer .rbbot div {
	background: url(/images/common/corners/bottomLeft_footer.gif) no-repeat bottom left;
}
.site_Footer .rbbot {
	background: url(/images/common/corners/bottomRight_footer.gif) no-repeat bottom right;
}

.site_Footer a {
color:#fff;
}


/* ------------------------------------------------------------------------
   Pager
--------------------------------------------------------------------------*/

  .pager img
            {
            	margin-top:-2px;
                vertical-align: middle;
            }
            .pager a
            {
                color: #000;
                height: 20px;
                margin: 0 2px 0 0;
                padding: 0 4px 2px;
                border: 1px solid #eee;
                vertical-align: middle;
                cursor: pointer;
                text-decoration: none;
            }
            .pager a:hover
            {
                border-color: #d0d0d0 #aeaeae #8b8b8b;
                background: #e8e8e8 repeat-x 0 -1550px url('/Images/Common/gridSprite.gif');
            }
            .pager a.selected
            {
                background-color: #fff;
                border: 1px solid #d0d0d0;
            }
            .pager span
            {
                height: 22px;
                margin: 0 2px 0 0;
                padding: 0 4px 2px;
                vertical-align: middle;
            }
            .pager span.selected
            {
                background-color: #fff;
                border: 1px solid #d0d0d0;
            }
            .pager
            {
                border-bottom: 1px solid #c9c9c9;
                background: #eee;
                padding: 8px;
                padding-left: 16px;
                color: #000;
            }

/* ------------------------------------------------------------------------
	Buttons
------------------------------------------------------------------------- */


.arrowButtons {
	font-size:12px;
	color:#FFF;
	height:27px;
	cursor: pointer;
	outline-style: none;
	border: 0 none;
	background-image: url(/images/common/buttons/arrowButtons.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-left:27px;
	padding-bottom:3px;
	text-align:left;
}
.arrowButtons.right {
	width:30px;
	padding:0px;
	background-position: 0px 0px;
}
.arrowButtons.right:hover {
	background-position: 0px -30px;
}
.arrowButtons.left {
	width:30px;
	padding:0px;	
	background-position: -30px 0px;
}
.arrowButtons.left:hover {
	background-position: -30px -30px;
}
.arrowButtons.up {
	width:30px;
	padding:0px;
	background-position: -60px -0px;
}
.arrowButtons.up:hover {
	background-position: -60px -30px;
}
.arrowButtons.down {
	width:30px;
	padding:0px;
	background-position: -90px 0px;
}
.arrowButtons.down:hover {
	background-position: -90px -30px;
}


/* ------------------------------------------------------------------------
	Pretty box
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; } 

	div.dark_rounded .pp_arrow_previous { background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(/images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; } 
	
	div.dark_square .pp_arrow_previous { background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(/images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	
	
/* ------------------------------------------------------------------------
	menus
------------------------------------------------------------------------- */
	
	
	
	ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;

}

ul.menu a , ul.menu a:active, ul.menu a:visited {
  display: block;
  text-decoration: none;
  color:#555;
  padding-left:12px;
  outline:none;
  cursor:pointer;
 
}

ul.menu li  {
	margin-bottom:8px;
}

.menu .itemOpen {
	
  background-image:url(/images/common/icons/menu.open.png);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:left top;
  color:#951208;
}

.menu .parentItem{
	font-weight:bold;
}

.menu .itemClosed {
	
  background-image:url(/images/common/icons/menu.closed.png);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:left top;
  color:#555;
}

ul.menu li a:hover {

	text-decoration:underline;
}


ul.menu li ul li  {
	margin-top:8px;
	margin-bottom:8px;
	background:none;
}

ul.menu li ul li a {
font-weight:normal;
}



#menuContainer #cartItem
{
  background-image:url(/images/common/CartItemBG.png);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:left top;  
  height:31px;
  margin-left:-5px;
  margin-top:-2px;
  margin-right:-5px;
  color:#ffffff;
  padding-top:5px;
  padding-left:27px;
  cursor:pointer;
}

#accountPanel
{
  background-image:url(/images/common/corners/yourAccount.bg.png);
  background-repeat:no-repeat;
  width:100%;
  height:110px
}

#accountPanel #userNameLabel
{
  padding-left:10px;
  padding-top:10px;
}

#accountPanel a
{
  color:Gray;
}


/* Other Settings 
==================================== */

.productSpecsTable{
	
}

.productSpecsTable td{
	padding:6px 0px 6px 0px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.productSpecsTable table.noRowLines td{
	border-bottom: none;
}

.productSpecsTable td.last{
	border-right: none
}

.productSpecsTable thead td{	
	border-top: solid 1px #ccc;
}

.productSpecsTable td.none{
	border: none;
	text-align:right
}

.productButtons
{
	float:right;
	text-align:right;
}

.productDescription
{
	padding-top:10px;
	padding-bottom:10px;
}

/* Finder Settings 
==================================== */

.finder_header{
	margin-top:-5px;
}
.finder_header td {
	color: #fff;
	height: 28px;
	font-weight: bold;
	background: #AAAAAA url(/images/common/BlackGradBckgrnd.png) repeat-x scroll 0 0;
}
.finder_header div.label {
	padding-top:7px;
}
.finder_header td.leftTip {
	width: 12px;
	background: url(/images/common/uiPlate.png) -1px -24px;
}
.finder_header td.viewMoreBtn {
	cursor:pointer; 
	background: url(/images/common/uiPlate.png) no-repeat scroll -80px -24px;
	width: 114px;
}


.ui-finder hr
{
	width:90%;
}

.finder_modal_layer {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
}
.finder_content {
	position:absolute;
	z-index: 10000;
	display:none;
}
.ui-finder {
	width:750px;
}
.ui-finder .ui-finder-list-item {
	border-bottom:1px solid;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-image img {
	background-color:#000;
	border:1px outset #ccc;
}
.ui-finder-action-destroy {
	float:left !important;
}
.ui-finder .ui-finder-column .ui-finder-file-preview {
	font-size:0.85em;
}
.ui-finder .ui-finder-column .ui-finder-file-preview {
	padding:10px;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-properties {
	line-height:1.3em;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-properties li {
	margin:0 0 10px 0;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-properties li strong {
	display:block;
	color:#888;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-preview-heading {
	font-size:1.2em;
	position:relative;
	padding-left:20px;
	margin:0 0 15px 0;
	cursor:pointer;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-preview-heading span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:16px;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-image {
	margin:15px 0;
	display:block;
}
.ui-finder .ui-finder-column .ui-finder-file-preview .ui-finder-image img {
	padding:2px;
	max-width:150px;
	height:190px;
}
.ui-finder-container {
	height:107px;/* HEIGHT MUST BE SPECIFIED OTHERWISE FINDER CONTENTS NOT VISIBLE*/
}
/*ui-finder *{margin:0;padding:0;}
.ui-finder{position:relative;font:1em/1em Verdana,Arial,Helvetica,sans-serif;background-position:0 0 !important ;}*/
.ui-finder-wrapper {
	font-size:0.9em;
	clear:both;
	overflow-x:auto !important;
	overflow-y:hidden !important;
}
.ui-finder-header {
}
.ui-finder-header:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	line-height:0;
}
.ui-finder-title {
	font-size:0.85em;
	font-weight:bold;
	position:absolute;
	text-align:center;
	z-index:5;
	top:5px;
	left:0;
	right:0;
}
.ui-finder .ui-finder-container {
	position:relative;
	width:auto;
	height:150px;
}
.ui-finder .ui-finder-content {
	border:0px;
	position:static;
}
.ui-finder .ui-finder-column {
	font-weight:normal;
	position:absolute;
	top:1px;
	left:1px;
	bottom:1px;
	border:0px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.ui-finder .ui-finder-column ul, .ui-finder .ui-finder-column ol {
	list-style:none;
	margin:0;
	padding:0;
}
.ui-finder .ui-finder-column .ui-finder-list-item {
	margin:1px;
	padding:6px 20px 6px 10px;
	line-height:1.3em;
	position:relative;
	overflow:hidden;
}
.ui-finder .ui-finder-column .ui-finder-list-item.ui-state-default, .ui-finder .ui-finder-column .ui-finder-list-item.ui-state-hover {
	top:-2px;
	padding-top:7px;
}
.ui-finder .ui-finder-column .ui-finder-list-item.ui-state-default:first-child, .ui-finder .ui-finder-column .ui-finder-list-item.ui-state-hover:first-child {
	top:-1px;
	padding-top:6px;
}
.ui-finder .ui-finder-column .ui-finder-list-item ul, .ui-finder .ui-finder-column .ui-finder-list-item ol, .ui-finder .ui-finder-column .ui-finder-list-item div {
	display:none;
}
.ui-finder .ui-finder-column .ui-finder-list-item > a {
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
	outline:none;
	position:relative;
	padding:0 0 0 25px;
}
.ui-finder .ui-finder-column .ui-finder-list-item:hover > a {
	text-decoration:underline;
}
.ui-finder .ui-finder-column .ui-finder-list-item.ui-finder-loading {
	background-image:url(/images/common/finder_loading.gif);
	background-repeat:no-repeat;
	background-position:right center !important;
}
.ui-finder-list-item.ui-finder-loading .ui-finder-icon-arrow, .ui-finder-file .ui-finder-icon-arrow, .ui-finder-list-item-file .ui-finder-icon-arrow {
	visibility:hidden;
}
.ui-finder-button {
	display:block;
	float:right;
	width:35px;
	height:22px;/*top:-5px;*/
	left:1px;/*margin-left:-1px;*/
	position:relative;
}
.ui-finder-button .ui-icon {
	left:9px;
	top:4px;
	position:absolute;
}
.ui-finder .ui-finder-column .ui-finder-list-item .ui-finder-icon, .ui-finder .ui-finder-column .ui-finder-list-item .ui-finder-icon-arrow {
	display:block;
	position:absolute;
	top:25%;
	z-index:2;
}
.ui-finder .ui-finder-column .ui-finder-list-item .ui-finder-icon-arrow {
	right:0px;
}
.ui-finder .ui-finder-column .ui-finder-list-item .ui-finder-icon-file, .ui-finder .ui-finder-column .ui-finder-list-item .ui-finder-icon-folder {
	left:0px;
	top:0px;
}

/* ImageFlow Settings 
==================================== */
#imageFlow_Container {
	height:178px;
}

.imageflow {
	visibility:hidden;
	position:relative;
	text-align:left;
	width:100%;
	overflow:hidden;
}
.imageflow img {
	visibility:hidden;
	position:absolute;
	top:0px;
	border:none;
	-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
}
.imageflow p {
	text-align:center;
	margin:0 auto;
	font-size: 110%;
	padding: 3px 8px;
}
.imageflow .loading {
	position:relative;
	left:50%;
	margin-left:-106px;
	width:200px;
	height:15px;
	padding:5px;
	visibility:visible;
	border:1px solid white;
}
.imageflow .loading_bar {
	height:15px;
	width:1%;
	background:#fff;
	visibility:visible;
}


