/* ************************************************ */
/* Main styles										*/
/* ************************************************ */
BODY, HTML
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    FONT: 12px/1.2em Arial,Helvetica,sans-serif;
    COLOR: #000099;
    PADDING-TOP: 5px;
    BACKGROUND-COLOR: #ffffff
}
TABLE.PTShopContainer
{
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: solid 2px #000099;
	width: 750px;
	margin: 0px auto 0px auto;
}
TD.PTShopSideBar
{
	width: 100%;
	padding: 0px 15px 15px 15px;
}
TD.PTShopMain
{
	width: 748px;
	background-color: #fff;
	padding: 1px;
}
.PTShopInfoText
{
	font-weight: normal;
}
/* ************************************************ */
/* General links									*/
/* ************************************************ */
A
{
    font-weight: normal;
    text-decoration: none;
    color: #000099;
    font-weight: bold
}
A:hover
{
	font-weight: bold;
    color: #000000
}
A.PTShopSmallLinks
{
    text-decoration: none;
    color: #000099;
    font-weight: bold
}

/* ************************************************ */
/* Header											*/
/* ************************************************ */
TD.PTShopHeader
{
	padding: 0px 0px 0px 0px;
	background: url(Images/logoBG.gif) repeat top right;
	border-style : solid;
	border-width : thin
}
DIV.PTShopLogo
{
	padding: 0px 0px 0px 0px
}
DIV.PTShopTagLine
{
	letter-spacing: 5px;
	padding-left: 0px;
	padding-right: 0px
}
/* ************************************************ */
/* Footer											*/
/* ************************************************ */
DIV.PTShopFooter
{
	margin: 10px

}
DIV.PTShopFooter A
{
	text-decoration: none;
    font-weight: normal;

}
/* ************************************************ */
/* Navigation bar									*/
/* ************************************************ */
TD.PTShopNavBar
{
	background-color: #fff
}
TD.PTShopNavBar TABLE
{
	margin-left: 5px;
    width: 100%
}
TD.PTShopNavBar TABLE TD
{
	padding: 3px 40px 3px 40px;
	line-height: 19px;
	white-space: nowrap;
	text-align: justify;
	vertical-align: middle
}
TD.PTShopNavBarItem, TD.PTShopNavBarItem A
{
	color: #000099;
	text-decoration: none;
	font-weight: bold
}
TD.PTShopNavBarItem A:hover
{
	color: #000000;
	font-weight : bold;      
	text-decoration: none
}
TD.PTShopNavBarSep
{
	padding: 1px 40px 1px 40px;	
	color: #fff
}
/* ************************************************ */
/* Breadcrumb										*/
/* ************************************************ */
DIV.PTShopBreadcrumb
{
	margin: 0px 0px 0px 8px;
	padding: 7px 0px 7px 0px;
	border-bottom: 0px solid #000
}
/* ************************************************ */
/* Main content area								*/
/* ************************************************ */
DIV.PTShopContent
{
	margin: 10px;
	padding: 0px
}
/* ************************************************ */
/* Forms											*/
/* ************************************************ */
DIV.PTShopFormSubHead
{
	color: #000099;
	font:  24px/1.2em Arial,Helvetica,sans-serif;
	padding: 0px 0px 4px 0px
}
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
{
	white-space: nowrap;
	width: 24% /* NB: If we use a px value IE ignores the width! */
}
TD.PTShopFormData
{
	color: #000099;
}
TD.PTShopFormField INPUT, TD.PTShopFormField SELECT, TD.PTShopFormField TEXTAREA
{
	font-family: Arial,Helvetica,sans-serif;
	color: #000099;
	background-color: #fff;
	border: 1px solid #000099;
	padding: 2px
}
TD.PTShopFormFieldCatalog INPUT, TD.PTShopFormFieldCatalog SELECT, TD.PTShopFormFieldCatalog TEXTAREA
{
	font-family: Arial,Helvetica,sans-serif;
	color: #CC0011;
	background-color: #fff;
	border: 1px solid #CC0011;
	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
{
	color: #000099;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	border: 0px solid #000099;
	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: #000000;
	text-decoration: none;
	border: 0px solid #fff;
	font-weight: bold;

}
A.PTShopButtonCatalog
{
	/* To shrink the DIV to fit the text, we float the DIV. Another technique uses display:table and width:5% */
	float: left;
	color: #CC0011;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	border: 0px solid #CC0011;
	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.PTShopButtonCatalog:hover
{
	color: #CC0011;
	text-decoration: none;
	border: 0px solid #fff;
	font-weight: bold;
}

DIV.PTShopButtonSeparator
{
	float: left;
	width: 5px;
	padding: 5px; /* Have to pad otherwise FireFox ignores width */
}
/* ************************************************ */
/* System messages									*/
/* ************************************************ */
TABLE.PTShopSysMsgError
{
	color: #ff0000;
	background-color: #ffeeee;
	border: 1px solid #ffaaaa;
}
TABLE.PTShopSysMsgSuccess
{
	font-weight: bold;
	color: #000099;
	background-color: #ffffff;
	border: 1px solid #000099;
}
TABLE.PTShopSysMsgInfo
{
	color: #000099;
	background-color: #ffffff;
	border: 1px solid #000099;
}
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;
}
TD.PTShopPagerPagesCol SELECT
{
	font-family: Arial,Helvetica,sans-serif;
}
/* ************************************************ */
/* 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: #CC0011;
}
TD.PTShopProdSellPrice
{
	color: #CC0011;
}
TD.PTShopProdSavePrice
{
	color: #CC0011;
}
TD.PTShopProdListPrice
{
	color: #CC0011;
	text-decoration: line-through;
}
.PTShopProdInStock
{
}
.PTShopProdOutOfStock
{
	color: #CC0011;
}
/* ************************************************ */
/* Product listing page								*/
/* ************************************************ */
TABLE.PTShopProdListContainer
{
	border-collapse: collapse;
	border-top: 0px solid #000099;
	padding: 5px  0px 0px 0px;
}
TD.PTShopProdImgCol
{
	color: #CC0011;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #CC0011;
	width: 120px;
	text-align: left;
}
TD.PTShopProdImgCol A
{
	color: #CC0011;
	text-decoration: none;
}
TD.PTShopProdImgCol A:Hover
{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
TD.PTShopProdTitleCol, TD.PTShopProdPriceCol, TD.PTShopProdAddCol
{
	padding: 10px;
	border-bottom: 1px dashed #CC0011;
}
TD.PTShopProdPriceCol
{
	width: 110px;
}
TD.PTShopProdAddCol
{
	width: 5%;
}
TABLE.PTShopProdAddForm
{
	margin: auto;
}
DIV.PTShopProdTitle
{
	margin-bottom: 2px;
}
DIV.PTShopProdTitle A
{
	color: #CC0011;
	text-decoration: none;
	font-weight: bold;
}
DIV.PTShopProdTitle A:Hover
{
	color: #000000;
}
DIV.PTShopProdDescShort
{
	margin-bottom: 2px;
	color: #CC0011;
}
DIV.PTShopProdOtherInfo
{
	color: #CC0011;
	margin-top: 10px;
}
DIV.PTShopProdOtherInfo A
{
	color: #CC0011;
	text-decoration: none;
	font-weight: bold;
}
DIV.PTShopProdOtherInfo A:Hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
A.PTShopImageLinks img
{
	color: #fff;
	border: 0px solid;
	text-decoration: none;	
}

/* ************************************************ */
/* Product detail page								*/
/* ************************************************ */
DIV.PTShopProdAttributes
{
	color: #CC0011;
}
TABLE.PTShopProdDetContainer
{
	border-collapse: collapse;
	border-top: 0px solid #000099;
	border-bottom: 1px dashed #CC0011;
	padding: 5px  0px 0px 0px;	
}
TD.PTShopProdDetImgCol
{
	color: #CC0011;
	padding-right: 15px;
	width: 15%;
}
TD.PTShopProdDetTitleCol
{
	padding-right: 20px;
}
TD.PTShopProdDetAddCol
{
	width: 20%;
}
DIV.PTShopProdDetAddBox
{
	background-color: #FFF0F0;
	border: 1px solid #CC0011;
	padding: 15px;
}
TABLE.PTShopProdDetAddForm
{
	margin: 10px auto auto auto;
	color: #CC0011;
}
DIV.PTShopProdDetTitle
{

	margin-bottom: 5px;
	color: #CC0011;
}
DIV.PTShopProdDetDesc
{
	padding-bottom: 10px;
	color: #CC0011;
}
DIV.PTShopProdDetOtherInfo
{
	color: #CC0011;
	margin-top: 10px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
/* ************************************************ */
/* Shopping cart page								*/
/* ************************************************ */
TABLE.PTShopCartDet
{
	text-align: left;
	border-top: 1px solid #ccc;
	margin-bottom: 3px
}
TR.PTShopCartDetItemTitle TD
{
	text-align: left;
	padding: 2px 0px 2px 3px;
	background-color: #eee;
	color: #555;
	font-weight: bold
}
TR.PTShopCartDetItemTotal TD
{
	text-align: left;
	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: 448px;
	margin-top: 15px;
	overflow: hidden;
	font: 12px/1.2em Arial,Helvetica,sans-serif;
    color: #000099
}
DIV.PTShopSideBarHeader
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
	font: 12px/1.2em Arial,Helvetica,sans-serif;
    color: #000099
}
DIV.PTShopSideBarContent
{
	color: #000000;
	padding: 8px 8px 5px 8px;
	border: 0px solid #000000;
	background-color: #ffffff;
	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 .PTShopLabel
{
	color: #000099;
}
DIV.PTShopSearch TD.PTShopFormField INPUT
{
	background-color: #fff;
	width: 250px;
	border: 1px dashed #000099;
	vertical-align: middle;
	
}
/* ************************************************ */
/* Editable content box								*/
/* ************************************************ */
DIV.PTShopEditContainer
{
	background-color: #CCCCFF;
	border: 1px dashed #000099;
	margin-top: 10px
}
DIV.PTShopEditHeader
{
	background-color: #FFFF66;
	color: #000099;
	font-family: Arial;
	text-align: center
}
DIV.PTShopEditContent
{
	padding: 4px;
	color: #5E5D5D
}
