
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 800px;	
	height:305px;	
	
	
	/* custom decorations */
	/*padding:10px 0;	*/
	/*border:1px outset #ccc;
	background-color:#efefef;				*/
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	/*margin-left:10px;*/
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	/*text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;*/
}

/* active item */
div.scrollable div.items div.active {
	/*border:1px inset #ccc;		
	background-color:#fff;*/
}




/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.



#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
}
 
 
 
 
/* single item */
#thumbs div {
	float:left;
	width:200px;
	height:300px;
	/*background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px;*/
	/*color:#fff;*/
	/*border-left:1px solid #333;*/
	cursor:pointer;
}
 
/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#f6f7ee;	
}
 
/* style when element is active (clicked) */
#thumbs div.active 
{
	border: solid 1px #dddad3;
	/*background-color:#d8dcc5;*/
	cursor:default;
}
 
#thumbs h3
{
	text-align:center;
	margin:5px;		
	/*font-family:"bitstream vera sans";*/
	font-weight:bolder;
	/*color:#fff;	*/
}
#thumbs p 
{
	text-align:center;
	margin:5px;
/*	font-size:10px;*/
}
#thumbs span
{
	text-align:center;
	font-weight:bold;
}
 
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
/*	border:1px solid #222;*/
}
 
 
div.scrollable2 {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;	
	height:400px;	
	
	
	/* custom decorations */
	/*padding:10px 0;	*/
	/*border:1px outset #ccc;
	background-color:#efefef;				*/
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/

/*Product screen details scroller*/
div.scrollable2 div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
/*	margin-left:10px;*/
}

/* single scrollable item */
div.scrollable2 div.items div {
	float:left;
	width:900px;
	
	/* custom decoration */
	/*text-align:center;
	/*padding:25px 0px;*/
	/*font-size:30px;
	font-family: 'bitstream vera sans';*/
	/*border:1px outset #ccc;
	background-color: #ddd;*/
	/*margin-right: 20px;	
	-moz-border-radius:5px;*/
}

/* active item */
div.scrollable2 div.items div.active {
/*	border:1px inset #ccc;		
	background-color:#fff;*/
}
 
/* single item */
#details div {
	/*float:left;*/
	width:899px;
	height:380px;
	/*background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px;*/
	/*color:#fff;
	border-left:1px solid #333;
	cursor:pointer;*/
}
 
/* style when mouse is over the item */
#details div.hover {
	/*background-color:#444;	*/
}
 
/* style when element is active (clicked) */
#details div.active {
	/*background-color:#066;*/
	cursor:default;
}
 
#details h3, #details p, #details span {
	
/*	font-family:"bitstream vera sans";*/
	font-size:13px;
	/*color:#fff;	*/
}
 
#details h3 em {
/*	font-style:normal;
	color:yellow;*/
}

#details {	
	position:absolute;
	width:20000em;	
	float:right;
	/*clear:both;*/

}

img.ProductShot
{
	height:400px;
	width:3800px;
	background-color:Red;
}

td.ProductDetailImage
{
	height:400px;
	width:380px;
	vertical-align:text-top;
	padding: 0 0 0 0;	
}

td.ProductDetail
{
	width:500px;
	height:380px;
	text-align:left;
	background-color:#fffdfa;
	vertical-align:text-top;
	border: solid 1px #dddad3;
	font-family: sans-serif;
}
td.ProductDetail p
{
	
	padding-left:0px;
	width:280px;
}

td.ProductDetail h2
{
/*	font-family: MS Sans Serif;
	font-weight:bold;*/
	text-align: center;
	background-color: #dddad3;
/*	color: White;*/
	padding: 3px 3px 3px 3px;

}
table.ProductPriceTable
{
	width:170px;
	border: solid 1px #dddad3;
}

table.ProductPriceTable td
{
	padding: 3px 3px 3px 3px;
}
tr.AlternatePricing
{
	 background-color:#fffdfa;

}


table.ProductPriceTable h3
{
	text-align: center;
	background-color: #dddad3;
	padding: 3px 3px 3px 3px;
	}

div.ProductDescription
{
	float:left; 	width:300px; 	padding:10px 10px 10px 10px;
}




td.ProductFreight
{
	text-align:left;
	vertical-align:text-top;
	border: solid 1px #dddad3;
}

td.ProductFreight h2
{
/*	font-family: MS Sans Serif;
	font-weight:bold;*/
	text-align: center;
	background-color: #dddad3;
/*	color: White;*/
	padding: 3px 3px 3px 3px;

}

















/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.TutorialCategory {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 800px;	
	height:290px;	
	
	
	/* custom decorations */
	padding:10px 0;	
	/*border:1px outset #ccc;
	background-color:#efefef;				*/
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.TutorialCategory div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.TutorialCategory div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	/*width:110px;*/
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.TutorialCategory div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}




/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.



#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
}
 */
#Categories {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222; 
}
 
 
/* single item */
#Categories div {
	float:left;
	width:200px;
	height:300px;
	/*background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px;*/
	/*color:#fff;*/
	border-left:1px solid #333;
	cursor:pointer;
}
 
/* style when mouse is over the item */
#Categories div.hover {
	background-color:#f6f7ee;	
}
 
/* style when element is active (clicked) */
#Categories div.active {
	background-color:#d8dcc5;
	cursor:default;
}
 
#Categories h3, #Categories p, #Categories span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	/*color:#fff;	*/
}
 
#Categories h3 em {
	font-style:normal;
	color:yellow;
}


}
