/*
The following code controls the design of your store.
All items are clearly identified.

You can customize as much (if you really know what you're doing)
or as little as you are comfortable with.
 
*/




/* 
 Page Background:
*/
body {
	
			background-image: url(/media/open/208); /* url(http://image URL here) */
	
	background-position: top left; /* Where background appears */
	background-repeat: repeat-y; /* or: repeat-x, no-repeat */
	background-color: 000000; 
	
}




/* 
 The boxes in which Modules are placed:
*/
.storeBox {
	
	/* Box Border */
	border: 0; /* size in px (pixels) */
	border-style: dotted; /* can also be "dotted" */
	border-color: red;
	
	/* Box Fonts */
	color: white;
	font-size: 13px;
	font-family: Arial;
	
	/* Margins & Padding */
	padding: 0; 
	margin: 0; /* top right bottom left */
	
	/* Box Background */
			background-image: none; /* url(http://image URL here) */
	
	background-position: top left; /* Where box background appears */
	background-repeat: no-repeat; /* or: repeat-x, no-repeat */
	background-color: white; 
}




/* 
 The color of text in your Product boxes:
*/

/* The Product Name */
.items a:link h3, .items a:visited h3 {
	color: #0189c2;	
}

/* The Product Name */
.items a:link h3 span, .items a:visited h3 span {
	color: #00435f;	
}

/* The Store Name */
.items a:link h2, .items a:visited h2 {
	color: #ff9a96;	
}

/* The Store Link */
.items a:link h1, .items a:visited h1 {
	color: #ec4c4b;	
}

/* The Price */
.items a:link span, .items a:visited span {
	display: block;
	text-align: right;
	color: #00435f;	
}






/* ################################################################################ */


/* EDIT BELOW THIS LINE ONLY IF YOU REALLY KNOW WHAT YOU ARE DOING! */


/* ################################################################################ */



.storeBoxIn {
	margin: 0;
	padding: 0;
}

.storeBoxBot {
	margin: 0;
	padding: 0;
}



/*
 Custom CSS
*/
body {
background-position: top center;
background-color: #000;
}

#colLeft .storeBox, #colRight .storeBox {
	border: 1px solid #6a6a6a;
	padding: 5px;
	background: url('http://tempdev.mxs.ca/bocek/img/mbbg2.jpg');
	margin-bottom: 10px;
}

#colLeft .storeBox h6, #colRight .storeBox h6 { 
border: 1px solid #7c0c0c;
	padding: 5px;
	background: url('http://tempdev.mxs.ca/bocek/img/mbbg.jpg');
line-height: 50px;
	margin-bottom: 10px;
}
#colLeft .storeBox .boxBot, #colRight .storeBox .boxBot { background: none; }
