/*This file can be used to override simple things, like the colours instead of editing the main stylesheet.*/



body { background: #CCFF99;}
/table {color: #FFFFFF;} 


*tr, td, form, input, select, textarea {color: #CC3399;}*/
form, input, select, textarea {color: #CC3399;} /*inputs and other form elements are styled like this e.g text in search box*/
p {color: #CC3399;} /*TEXT in the main body*/



#wrapper {border: 0; border-bottom: 1px solid #; background: #;} /*the wrapper goes around all the content*/



#header {background: #CC3399; margin-top: 10px; border: 0;} /*colour to the top and bottom of the header*/
#header img {border: 0;} /*border on the main header image*/


#menu {background: #CC3399;} /*background for the main menu COLOUR*/
#menu ul.mainmenu a {color: #FFFFFF;} /*main menu links TEXT */
#menu ul.mainmenu a:hover {color: #FFFFFF;} /*main menu links rollover TEXT*/


*#leftcolumn {background:none;} /*main menu links rollover TEXT*/
*#leftcolumn form {border: 1px #ffffff; background:none;} /*background at top of left column behind the search box*/
*#leftcolumn ul.leftmenu a {color: #; background:none;} /*links in the left menu TEXT e.g category links*/
#leftcolumn ul.leftmenu li.selected {color: #FF0033;} 
#leftcolumn ul.managementlinks, #leftcolumn ul.managementlinks a {color: #FFFFFF; background: #FFCCFF; border: 0px;}/*background on the left column e.g where the management control links are*/


#rightcolumn div.product {background: none; padding:5px; /*this is the box background*/
width: 135px; margin:5px;float: left; position:relative; left:30px;} /*this accounts for
the margin that ps and tables have*/

#rightcolumn {border: 1px #FFCCFF; color:#ffffff; background: #FFCCFF;} /*text colour in the content area*/
#rightcolumn a {color: #CC6699;} 
#rightcolumn h1 {background: #FFCCFF; border: 0px;} /*COLOUR background hehind the header text at top of content area*/
#rightcolumn td.productbox {background: #FF0000;} 
*#rightcolumn td.productbox img {border: 3px solid #FFFFFF;} /*border around product listing images*/
*#rightcolumn td.productbox a {color: #FFFFFF;} /*product listing links*/
#rightcolumn input.button {border:1px solid #ffffff; background: #FFCCFF;} /*buttons in the content area e.g where you click add to basket*/
#rightcolumn img.productview {float:none; display:block;} /*makes it so the text wraps underneath the product view image*/


#footer {color:#CC6699; background:#FFCCFF; border: 0px;} /*footer TEXT (Stockashop) and background COLOUR*/
#footer a {color:#CC6699;} /*active links in the footer TEXT*/




/*The styles below are automatically filled in.*/
body {background: #cc6699;}
#header {background: #CC99CC;}
#menu {background: #CC99CC;}
#menu ul.mainmenu a {}
#wrapper, #rightcolumn {background: #FFCCFF;}
#rightcolumn, #leftcolumn {color: #663366;}
#rightcolumn a, #leftcolumn ul a {color: #993366;}
#rightcolumn h1, #leftcolumn form {}
#footer {}
