@import "core.css";

/*
    Background: #ffffff
    Primary: #
    Secondary: # Headings, page background, options background
    Highlight: # Headings, higlight
    HighlightBox: #eeeeee Address, Notice
*/


body {
  background-image:url(http://images.cheekymare.co.uk/images/branding/background.jpg);
  background-repeat:repeat-x;
  background-color:#7992A0;
  font-family: Verdana , Arial , Sans-Serif;
  font-size:small;
  color: #000000;
}

a
{
	color:#0f0f0f;
	background-color:inherit;
	text-decoration: none;
}

#page 
{
	background-color:#ffffff;
	color:inherit;
	background-image:url(http://images.cheekymare.co.uk/images/branding/menuGradient.jpg);
	background-repeat:repeat-y;
	
}

.categoryTitle
{
	text-transform :uppercase ;
	text-align:center;
	font-weight : bold;
	color: #0f0f0f;	
	background-color:inherit;
	line-height : 20px;
	margin-left: 10px;
}

.categoryTitle hr
{
	background-color:#C4CDD2;
	color:inherit;
	height:2px;
	margin:0em;
	padding:0em;
	width:80%;
}

.categoryImage1
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/tackroom.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:90px;
}

.categoryImage2
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/forthehorse.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:90px;
}

.categoryImage3
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/fortherider.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:90px;
}

.categoryImage4
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/careGrooming.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:90px;
}

.categoryIconBackground
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/pinkCircle.gif);
	background-repeat:no-repeat;
	height:34px;
	width:34px;
	position:relative;
	top:50px;
	left:120px;
}

.categoryIconBackground img
{
	position:relative;
	top:6px;
	left:8px;
}

.leftColumn
{
	width:185px;
	margin-right:5px;
}

.mainPage
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/rollingHorse.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:inherit;
	color:#5185A0;
}

.mainPageIcon1 , .mainPageIcon2 , .mainPageIcon3 , .mainPageIcon4
{
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:30px;
	margin-bottom:10px;
	background-color:Transparent;
	color:inherit;
}

.mainPageIcon1
{
	margin-left:6px;
	background-image:url(http://images.cheekymare.co.uk/images/branding/cost.gif);
	height:33px;
	padding-left:35px;
}

.mainPageIcon2
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/care.gif);
	height:36px;
	padding-left:41px;	
}

.mainPageIcon3
{
	margin-left:3px;
	background-image:url(http://images.cheekymare.co.uk/images/branding/convenience.gif);
	height:39px;
	padding-left:38px;	
}

.mainPageIcon4
{
	margin-top:20px;
	margin-left:3px;
	background-image:url(http://images.cheekymare.co.uk/images/branding/delivery.jpg);
	height:25px;
	padding-top:0px;
	padding-left:70px;
	font-size:x-small;
}


.options
{
	width:270px;	
	float:right;
	
}

.optionLine
{
	height:30px;
		
}

.option
{
	float:left;
	width:130px;
	text-align:center;
	padding-bottom:10px;
}

.optionHSpacer
{
	padding-bottom:8px;
	float:left;
	border-right:solid 1px #AD395A;
	width:1px;
	height:15px;
}

.optionBorder
{
	border-bottom:solid 1px #AD395A;
}

.option a
{
	color:#f0f0f0;
	background-color:inherit;
	font-weight:bold;
}

.companyLogo 
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:84px;		
	background-color:#EF047F;
	color:inherit;
}


.headingImage
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/topCurve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:140px;
}

.Search
{
	clear:both;
	margin:0px;
	padding:0px;
}

.SearchInput
{
	width:57px;
}

#breadcrumb
{
	margin:5px;
	margin-left:145px;
	margin-right:10px;
	color:#f0f0f0;
	background-color:inherit;
	text-align:right;
	height:40px;
}

.crumb 
{
	color:#f0f0f0;
	background-color:inherit;
	font-size:x-small;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:underline;

}

.footer 
{
	background-color:#EF047F;
	color:inherit;
	background-image:url(http://images.cheekymare.co.uk/images/branding/bottomCurve.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-top:15px;
	padding-bottom:5px;
	text-align:center;
}

.cardSymbols
{
	width:580px;
	float:left;
}


.footer .optionLine
{
    float:left;
	text-align:center;
	padding-top:50px;
	padding-bottom:20px;
}

.footer .option 
{
	margin:0px 20px;
	width:120px;
}

a:hover {
  text-decoration: underline;
}

/* Used for product titles in productInfo pages*/
h1
{
	font-size:small;
}


/* H2 is used when displaying sub, sub categories */
h2 , .pageHeading
{
	color:#A34556;
	background-color:inherit;
	font-size:medium;
	margin-top:10px;
	font-weight:bold;
}

/* H3 is used when displaying sub, sub categories */
h3
{
	color:#A34556;
	background-color:inherit;
	margin-top:5px;
	font-size:small;
	font-weight:normal;
}

.GeneralBox 
{
	border: solid 1px #cccccc;
	padding:10px;
}

.Product , .ProductDetail /* The box for each product */
{
	background-color:white;
	color:inherit;
	border: solid 1px #cccccc;
	padding:2px;
	padding-bottom:0px;
	margin:0px;
}

.Product h2 , .CategoryList h2 , .ProductDetail h2 /* title of product */
{
	color:#5185A0;
	background-color:inherit;
	padding-bottom:8px;
}

.ProductDetail .Model
{
	font-size:x-small;
	margin-left:5px;
}


.OutOfStock
{
	color:red;
	background-color:inherit;	
	font-weight:bold;
}

.Popup .PopupContent , .SilverlightContent
{
	border:solid 8px black;
	background-color:#EF047F;
	color:inherit;
}


.Popup .PopupTitle
{
	background-color:#EF047F;
	color:inherit;
}

.Popup .PopupTitle a
{
	color:white;
	background-color:inherit;
	font-weight:bold;
}

.Price
{
	color:black;
	background-color:inherit;
	font-size:small;
	font-weight:bold;
	
}

.ProductDescriptionDiv .Price
{
	font-size:x-small;
}

.ProductDescriptionDiv
{
    font-size:x-small;
}

.ProductImageFrame , .ProductDescriptionDiv .ProductDescription
{	
	height:165px;
}

.ProductDescriptionDiv .ProductDescription p
{
    margin:0px;
}

.Prices
{
	float:left;
	margin-top:0px;
	padding:0em;
}

.Prices .Price
{
	padding-bottom:0px;
}

.CategoryList /* The box for each product */
{
	background-color:white;
	color:inherit;
	border: solid 1px #cccccc;
	padding:2px;
	margin:0px;
	padding-bottom:5px;	
}


.myButton
{
    font-family: Verdana , Arial , Sans-Serif;
    text-transform:uppercase;
	font-size:xx-small;	
	border-bottom:solid 1px #444444;
	border-right:solid 1px #444444;
	border-top:solid 1px #EF047F;
	border-left:solid 1px #EF047F;
	background-color:#EF047F;
	color:#ffffff;
    font-weight:bold;
}

.myButton:hover 
{
	position:relative;
	top:1px;
	left:1px;
	background-color:#FF69B7;
	color:#ffffff;	
	border-bottom:solid 1px #FF69B7;
	border-right:solid 1px #FF69B7;
}


.Button
{
	text-align:center;
	font-size:xx-small;	
	font-weight:bold;
	line-height:1.9em; /* Use this to ensure full vertical button is shown */
}

.Button a 
{
    border-bottom:solid 1px #444444;
	border-right:solid 1px #444444;
	border-top:solid 1px #EF047F;
	border-left:solid 1px #EF047F;	
	background-color:#EF047F;
	color:inherit;
	padding:1px 5px 1px 5px;
}

.Button a span
{
    font-family: Verdana , Arial , Sans-Serif;
	text-transform:uppercase;
	color:#ffffff;
	background-color:inherit;
}

.Button a:hover 
{
	border-bottom:solid 1px #FF69B7;
	border-right:solid 1px #FF69B7;
	background-color:#FF69B7;
	color:inherit;
    text-decoration:none;
	position:relative;
	top:1px;
	left:1px;	
}

.MainCategories .Button a:hover
{
	position:static;
	top:0px;
	left:0px;
    border:solid 1px #FF69B7;

}

.MainCategories
{
	margin-right:20px;
	margin-left:5px;
	
}

.MainCategories a 
{
	display:block;
	margin:0em;
	padding:0em;
	cursor:pointer;
}

.Category 
{
	cursor:pointer;
}

.MainCategories a div
{
	width:158px;
 	text-transform:uppercase;
	color:white;
	background-color:inherit;
}

.MainCategories h2
{
	font-size:x-small;
}

.More
{
    font-weight:bold;
	font-size:small;
	color:#A34556;
	background-color:inherit;
}

.SpecialOrder
{
	color:#7992A0;
	background-color:inherit;
	text-align:center;
	padding-bottom:5px;
}

.ProductDetail p
{
	margin: 5px 0px 5px 0px;
	font-size:small;
}

strong
{
	font-weight:bold;
	color:#0f0f0f;
	background-color:inherit;

}

.ProductDetail .highlight
{
	margin:10px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	background-color:#E5E9EC;
	color:#A34556;
}

.ProductDetail h3
{
	font-size:small;
	font-weight:bold;
	color:#7992A0;
	background-color:inherit;
	padding:.5em 0px 0em 0px;	
}

.ProductDetail h4
{
	font-weight:normal;
	font-size:small;
	color:#7992A0;
	background-color:inherit;
	margin:0em;
	padding:1.5em 0px .5em 0px;
	line-height:1em;
}


.SearchByBrand
{
	margin-left:5px;
	margin-right:20px;
}

.SearchByBrand h2
{
	text-align:center;
}

.SearchByBrand span
{
	text-align:center;
	display:block;
	font-size:x-small;
	font-weight:normal;
	line-height:1em;
	margin:5px 0em 5px 0px;

}

.paypalWarning
{
	border:solid 1px black;
}

.deliveryCost
{
	background-image:url(http://images.cheekymare.co.uk/images/branding/delivery.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#A34556;
	background-color:inherit;
	padding:.2em 70px .2em 0px;
	margin:10px 10px 0em 10px;
	text-align:center;
	clear:both;
	
}

#NewsAlert
{
	background-color:#AF035C;
	color:inherit;
	position:absolute;
	margin-left:280px;
	margin-top:5px;
}

#NewsAlert div
{
	border:solid 1px #EF047F;	
	color:Black;
	background-color:White;
	position:relative;
	padding:10px;
	top:-3px;
	left:-3px;
}

#NewsAlert h1
{
	text-align:center;
	margin-bottom:10px;
}

#NewsAlert a
{
	background-color:inherit;
	color:Black;
	text-decoration:underline;
}

#NewsAlert p
{
	text-align:center;
	margin-bottom:.25em;
}

#News
{
    float:left;
    width:350px;
	padding:10px;
}

#News img
{
	float:right;
	margin-left:5px;
}

#NewsShadow h1
{
	font-size:medium;
	color:#a34556;
	background-color:inherit;
	text-align:center;
	margin:30px 0px 5px 0px;
	
}

#News h2, #mobileAd h2
{
	font-size:small;
	color:#5185A0;
	background-color:inherit;
}

#News p , #newsPage p
{
	margin-bottom:1em;
}

#News a
{
	text-decoration:underline;
}

#newsPage h1
{
	font-size:medium;
	color:#a34556;
	background-color:inherit;
	margin:0em 0px 1em 0px;
}

#newsPage .centralArea img
{
	border:solid 4px #EF047F;
}

q
{
	font-style:italic;
	font-size:.9em;
	background-color:#eeeeee;
	color:inherit;
}

.link
{
    text-decoration:underline;
    color:#0000ff;
    background-color:inherit; 
}

address
{
    background-color:#eeeeee;
    color:inherit;
}

.text
{
    font-family:"Times New Roman", Verdana, Arial, Sans-Serif;
    font-size:medium;
}

.notice
{
    background-color:#eeeeee;
    color:inherit;
    padding:10px;
    text-align:center;
    font-weight:bold;
    border:solid 1px #5185A0;
}

.markProductOutOfStock
{
    color:#ff0000;
    font-weight:bold;
    margin:0px 5px;
}

#equineCompare
{
    background-image:url(http://images.cheekymare.co.uk/images/ec_logo60.gif);
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:60px;
    float:right;
    padding-right:30px;
    font-size:medium;
}

#equineCompare p
{
    text-align:left;
}

#equineCompare a
{
     color:#000080;
     background-color:Transparent;
}

#equineCompare span
{
    font-size:small;
}

#shoppingCart .ProductShadow
{
    float:none;
}