/* ************************************************ */
/* Main styles										*/
/* ************************************************ */
BODY, HTML
{
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-color: #606060;
}
TABLE.PTShopContainer
{
	border: 10px solid #fff;
	width: 780px;
	margin: 10px auto 0px auto;
}
TD.PTShopSideBar
{
	width: 20%;
	background-color: #ececec;
	padding: 0px 15px 15px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
}
TD.PTShopMain
{
	width: 80%;
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.PTShopInfoText
{
	color: #888;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}
/* ************************************************ */
/* General links									*/
/* ************************************************ */
A
{
	color: #008080;
	text-decoration: none;
}
A:hover
{
	color: #697DB2;
	text-decoration: underline;
}
A.PTShopSmallLinks
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Header											*/
/* ************************************************ */
TD.PTShopHeader
{
	padding: 7px 0 10px 6px;
	background: #75AE29 url(Images/SunflowerBack.jpg) no-repeat top right;
}
DIV.PTShopLogo
{
	padding: 1px 0px 0px 12px;
}
DIV.PTShopTagLine
{
	color: #fff;
	letter-spacing: 5px;
	padding-left: 12px;
}
/* ************************************************ */
/* Footer											*/
/* ************************************************ */
DIV.PTShopFooter
{
	text-align: center;
	color: #ccc;
	margin: 10px;
}
DIV.PTShopFooter A
{
	color: #eee;
	text-decoration: none;
}
/* ************************************************ */
/* Navigation bar									*/
/* ************************************************ */
TD.PTShopNavBar
{
	background-color: #427518;
}
TD.PTShopNavBar TABLE
{
	margin-left: 5px;
}
TD.PTShopNavBar TABLE TD
{
	padding: 3px 5px 3px 5px;
	line-height: 19px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
TD.PTShopNavBarItem, TD.PTShopNavBarItem A
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
TD.PTShopNavBarItem A:hover
{
	color: #ffff00;
	text-decoration: none;
}
TD.PTShopNavBarSep
{
	color: #75AE29;
}
/* ************************************************ */
/* Breadcrumb										*/
/* ************************************************ */
DIV.PTShopBreadcrumb
{
	font-size: 10px;
	color: #427518; /* #88aa00 */
	background-color: #f7f7f7;
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #ddd;
}
/* ************************************************ */
/* Main content area								*/
/* ************************************************ */
DIV.PTShopContent
{
	margin: 10px;
	padding: 0px;
}
/* ************************************************ */
/* Forms											*/
/* ************************************************ */
DIV.PTShopFormSubHead
{
	color: #336699;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 4px 5px;
}
DIV.PTShopFormContainer
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
DIV.PTShopFormContainer TABLE TR TD
{
	padding: 2px 0px 2px 0px;
}
TD.PTShopFormLabel
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: 24%; /* NB: If we use a px value IE ignores the width! */
}
TD.PTShopFormData
{
	color: #333;
}
TD.PTShopFormField INPUT, TD.PTShopFormField SELECT, TD.PTShopFormField TEXTAREA
{
	color: #333;
	font-size: 12px;
	font-family: Courier New, Courier, Verdana, Tahoma, Arial;
	background-color: #e5ebef;
	border: 1px solid #999;
	padding: 2px;
}
TD.PTShopFormInfo
{
	padding-bottom: 5px !important;
}
/* ************************************************ */
/* Lists and grids									*/
/* ************************************************ */
TABLE.PTShopListTable
{
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
TR.PTShopListHeadRow TD
{
	padding: 2px 0px 2px 5px;
	color: #555;
	background-color: #eee;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
TR.PTShopListRowAlt TD, TR.PTShopListRow TD
{
	padding: 3px 0px 3px 5px;
	background-color: #f5f5f5;
}
/* ************************************************ */
/* Buttons											*/
/* ************************************************ */
DIV.PTShopButtonRow
{
}
A.PTShopButton
{
	/* To shrink the DIV to fit the text, we float the DIV. Another technique uses display:table and width:5% */
	float: left;
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
	cursor: hand;
	border: 1px solid #808080;
	background: url(Images/ButtonBack.gif) center;
	padding: 0px 3px 0px 3px;
	line-height: 17px; /* The combination of line-height and height make the button appear identical in IE and FireFox */
	height: 17px;
	margin: 0px;
}
A.PTShopButton:hover
{
	color: #880000;
	text-decoration: none;
	border: 1px solid #880000;
}
DIV.PTShopButtonSeparator
{
	float: left;
	width: 5px;
	padding: 5px; /* Have to pad otherwise FireFox ignores width */
}
/* ************************************************ */
/* System messages									*/
/* ************************************************ */
TABLE.PTShopSysMsgError
{
	color: #ff0000;
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
}
TABLE.PTShopSysMsgSuccess
{
	color: #008800;
	font-weight: bold;
	border: 1px solid #9fbe4c;
	background-color: #eeffcc;
}
TABLE.PTShopSysMsgInfo
{
	color: Black;
	background-color: #efefc5;
	border: 1px solid #d5cca4;
}
TABLE.PTShopSysMsgError, TABLE.PTShopSysMsgSuccess, TABLE.PTShopSysMsgInfo
{
	margin-bottom: 10px;
}
TABLE.PTShopSysMsgError TD, TABLE.PTShopSysMsgSuccess TD, TABLE.PTShopSysMsgInfo TD
{
	padding: 10px;
}
/* ************************************************ */
/* Pager											*/
/* ************************************************ */
TABLE.PTShopPagerContainer
{
	margin: 10px auto 10px auto;
}
TR.PTShopPagerRow
{
}
TD.PTShopPagerButtonCol
{
}
TD.PTShopPagerPagesCol
{
	padding-left: 15px;
	padding-right: 15px;
	color: #888;
}
TD.PTShopPagerPagesCol SELECT
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #555;
	background-color: #E5EBEF;
}
/* ************************************************ */
/* Product listing AND detail pages	(shared styles)	*/
/* ************************************************ */
TABLE.PTShopProdPrices
{
	margin: auto;
}
TABLE.PTShopProdPrices TD
{
	white-space: nowrap;
	padding-left: 5px;
	padding-bottom: 3px;
}
TD.PTShopProdPriceLabel
{
	color: #888;
}
TD.PTShopProdSellPrice
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
TD.PTShopProdSavePrice
{
	color: #995555;
}
TD.PTShopProdListPrice
{
	color: #005555;
	text-decoration: line-through;
}
.PTShopProdInStock
{
}
.PTShopProdOutOfStock
{
	color: #ff7777;
}
/* ************************************************ */
/* Product listing page								*/
/* ************************************************ */
TABLE.PTShopProdListContainer
{
	border-collapse: collapse;
}
TD.PTShopProdImgCol
{
	color: #888;
	font-size: 9px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 75px;
}
TD.PTShopProdTitleCol, TD.PTShopProdPriceCol, TD.PTShopProdAddCol
{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
TD.PTShopProdPriceCol
{
	width: 110px;
}
TD.PTShopProdAddCol
{
	width: 5%;
}
TABLE.PTShopProdAddForm
{
	margin: auto;
}
DIV.PTShopProdTitle
{
	margin-bottom: 2px;
}
DIV.PTShopProdTitle A
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
DIV.PTShopProdTitle A:Hover
{
	color: #880000;
}
DIV.PTShopProdDescShort
{
	margin-bottom: 2px;
}
DIV.PTShopProdOtherInfo
{
	color: #666;
	margin-top: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Product detail page								*/
/* ************************************************ */
DIV.PTShopProdAttributes
{
	color: #888;
}
TABLE.PTShopProdDetContainer
{
	border-collapse: collapse;
}
TD.PTShopProdDetImgCol
{
	color: #888;
	font-size: 9px;
	padding-right: 15px;
	width: 15%;
}
TD.PTShopProdDetTitleCol
{
	padding-right: 20px;
}
TD.PTShopProdDetAddCol
{
	width: 20%;
}
DIV.PTShopProdDetAddBox
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
}
TABLE.PTShopProdDetAddForm
{
	margin: 10px auto auto auto;
}
DIV.PTShopProdDetTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
DIV.PTShopProdDetDesc
{
	padding-bottom: 10px;
}
DIV.PTShopProdDetOtherInfo
{
	margin-top: 10px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Shopping cart page								*/
/* ************************************************ */
TABLE.PTShopCartDet
{
	border-top: 1px solid #ccc;
	margin-bottom: 3px;
}
TR.PTShopCartDetItemTitle TD
{
	padding: 2px 0px 2px 3px;
	background-color: #eee;
	color: #555;
	font-weight: bold;
}
TR.PTShopCartDetItemTotal TD
{
	padding: 2px 0px 2px 3px;
	color: #555;
}
DIV.PTShopCartDetFooterTotal
{
	font-weight: bold;
	background-color: #ddd;
	text-align: right;
	padding-right: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
/* ************************************************ */
/* General sidebar box styles						*/
/* ************************************************ */
DIV.PTShopSideBarBox
{
	width: 170px;
	margin-top: 15px;
	overflow: hidden;
	font-family: Tahoma, Arial, Verdana;
}
DIV.PTShopSideBarHeader
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #EC5900;
}
DIV.PTShopSideBarContent
{
	color: #555;
	padding: 8px 8px 5px 8px;
	border: 1px solid #ccc;
	background-color: #dfdfdf;
	overflow: hidden;
}
/* ************************************************ */
/* Shopping cart sidebar box						*/
/* ************************************************ */
DIV.PTShopCartSum
{
	background-color: #fff;
}
DIV.PTShopCartSumItems
{
	font-size: 10px;
	color: #5E5D5D;
	white-space: nowrap;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ccc;
}
DIV.PTShopCartSumItem
{
	width: 100%; /* So IE doesn't ignore parent element padding */
	overflow: hidden;
	padding-bottom: 3px;
}
DIV.PTShopCartSumTotal
{
	font-weight: bold;
	color: #5E5D5D;
	margin-bottom: 3px;
}
/* ************************************************ */
/* Categories sidebar box							*/
/* ************************************************ */
DIV.PTShopCategories, DIV.PTShopCategories A
{
	color: #5E5D5D;
	text-decoration: none;
}
DIV.PTShopCategories A:hover
{
	color: #000;
	text-decoration: underline;
}
DIV.PTShopCatMain
{
	font-weight: bold;
}
/* ************************************************ */
/* Search sidebar box								*/
/* ************************************************ */
DIV.PTShopSearch TD.PTShopFormField INPUT
{
	background-color: #fff;
	width: 120px;
	border: 1px solid #bbb;
}
/* ************************************************ */
/* Editable content box								*/
/* ************************************************ */
DIV.PTShopEditContainer
{
	background-color: #FFFFCC;
	border: 1px dashed #880000;
	margin-top: 10px;
}
DIV.PTShopEditHeader
{
	background-color: #FFFF66;
	color: #880000;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
DIV.PTShopEditContent
{
	padding: 4px;
	color: #5E5D5D;
}
