/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

/* Colors:
		green: 		rgb(160,219,213)
		fontgreen:	rgb(228,255,255)
		pink: 		rgb(247,86,127)
		fontpink:	rgb(255,196,212)
		brown:		rgb(114,69,10)
		lbrown:		rgb(120,75,20)
		fontbrown: 	rgb(255,232,200)
	*/
	@import url(../../template_default/css/stylesheet.css);
	
	
	
	body{background-color:#C9F2EE;padding:20px;}
	a{text-decoration:none;}
	
	/* Page */
	#page{border-collapse:collapse;background-color:rgb(255,255,255);width:900px;}	
	#pageTopLeft{height:40px;padding-right;30px;background:url(../images/topleft.jpg) no-repeat top left;}
	#pageTopCenter{background:url(../images/topcenter.jpg) repeat-x top;}
	#pageTopRight{height:40px;padding-left:30px;background:url(../images/topright.jpg) no-repeat top right;}	
	#pageCenterLeft{padding-right;30px;background:url(../images/centerleft.jpg) repeat-y left;}
	#pageCenterCenter{width:100%;}
	#pageCenterRight{padding-left:30px;background:url(../images/centerright.jpg) repeat-y right;}	
	#pageBottomLeft{height:35px;padding-right:30px;background:url(../images/bottomleft.jpg) no-repeat bottom left;}
	#pageBottomCenter{background:url(../images/bottomcenter.jpg) repeat-x bottom;}
	#pageBottomRight{height:30px;padding-left:30px;background:url(../images/bottomright.jpg) no-repeat bottom right;}
	
	/* Header */
	#header{width:100%;color:rgb(114,69,10);}
	#headerLinks{color:rgb(114,69,10);white-space:nowrap;}
	#headerLinks a{color:rgb(114,69,10);padding-left:2px;padding-right:2px;}
	#headerLogo{background:url(../images/logo.jpg) no-repeat;width:300px;height:40px;}
	#headerLogo a img{border:0px;}
	
	/* Top Content */
	#topContent{width:100%;font-size:12px;}
	#topContent{border-collapse:collapse;}
	#topContent td{vertical-align:top;}
	
	/* Graphic and News */
	#graphic_news{width:100%;height:100%;margin:0px;padding:0px;border-spacing:0px;}
	
	/* News */
	#news {padding-left:3px;padding-right:25px;}
	#news, #news a{background-color:rgb(247,86,127);color:rgb(255,255,255);white-space:nowrap;width:100%;height:100%;}
	
	/* Menu */
	#menu{width:100%;white-space:nowrap;text-align:right;background-color:rgb(114,69,10);}
	#menu a{padding-left:5px;padding-right:5px;color:rgb(255,232,200);border-left:solid 2px rgb(120,75,20);text-decoration:none;}
	
	/* More Information */
	#moreInformation, #moreInformation a{background-color:rgb(160,219,213);color:rgb(255,255,255);height:99%;align:right;margin-top:1px;margin-bottom:1px;}
	#moreInformation td{padding:0px;width:225px;}
	
	
	
	/* Content */
	#content{width:100%;}
	#contentLeft{vertical-align:top;}
	#contentCenter{vertical-align:top;}
		.centerColumn{max-width: 600px;width: 600px;}
	#contentRight{vertical-align:top;}
	#productMainImage{width:100%;}
	
	/* Footer */
	#footer{width:100%;white-space:nowrap;text-align:center;}
		.navigation{background-color:rgb(114,69,10);color:rgb(255,232,200);height:22px;}
	#footer a{padding-left:5px;padding-right:5px;color:rgb(255,232,200);}
	
	
	
	
	/*Shopping Cart*/
	tr.tableHeading, #cartSubTotal{background-color:rgb(114,69,10);color:rgb(255,255,255)}
	
	.rowEven{background-color:rgb(201,183,159);}
	.rowOdd{background-color:rgb(226,216,204);}
	
	
	/*Featured Products*/
	.centerBoxHeading{background-color:rgb(255,255,255);color:rgb(114,69,10);border:none;border-bottom:2px solid rgb(114,69,10);text-align:left;}
	
	
	/*Left Boxes*/
	
	.leftBoxHeading{text-align:left;}
	
	#shoppingcartHeading{background-color:rgb(160,219,213);}
	
	
	/* Products */
	#cartAdd {border:0px;}
	#productPrices{text-align:center;}
	#productAttributes{float:left;}
	
	/* Product Attributes */
	.wrapperAttribsOptions{margin-top:0px;margin-bottom:0px;padding:0px;align:top;}
