/*
/*-------------------------------------------------------------*/
/*--------------- OCD-UK CSS Layout Style Sheet ---------------*/
/*------------------------ February 2011 ----------------------*/
/*-------------------------------------------------------------*/
/* 
-- CSS INDEX --

1. 

*/


/*	Structure
-------------------------------------------------------------- */



	
 
.contentbox {
    background: #f8f2ea;
    border: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 25px 25px 5px 25px;
    width: 670px;
}
 
 .contentbox h3 {
 margin-bottom:2px;
     color: #1d38ac;
   font-weight:bold;
}
 
 

.content-leftimg {
	width:150px;
	float: left;
}


.content-righttext {
	width:520px;
	float: left;
	min-height:120px;
}

.content-righttext a {
    font-size: 1.0em;
	font-weight:bold;
}

.content-righttext a:hover {
	text-decoration:underline;
}



.content-sep {
border-top: 1px dotted #1d38ac;
margin-bottom:10px;
clear:both;
}


 
 
 
 
 
 
#twocol .col.thickborder {
    border-top: 2px solid #ccc;
}


 

#twocol .col {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
	 padding-top: 10px;
    width: 335px;
}

 

	
#twocol .col h2 {
    font-size: 1.2em;
}
	

#twocol .col h2 a {
    padding-right: 10px;
}



#twocol .col.right {
    margin-right: 0 !important;
}

#twocol .col img {
    float: left;
    margin-right: 15px;
}


#twocol .col.topborder {
    border-top: 1px dotted #ccc;
}


#twocol .col.bottomborder {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

#twocol .col p {
    font-size: 0.85em;
    margin: 8px 0;
}




/*	eBay step 1-2-3 boxes
-------------------------------------------------------------- */

ul.spotlist {
    display: block;
    margin: 0;
    padding: 0;
}

ul.spotlist li {
    border: 1px solid #ccc;
    float: left;
    line-height: 100%;
    margin: 0 21px 0 0;
    padding: 0 9px 0 0;
    width: 215px;
	list-style-image: none;
    list-style-type: none;
}

 
ul.spotlist li.last {
    margin: 0;
}
ul.spotlist li.box1 {
    background:#fff url("../img/siteimages/box1.gif") no-repeat scroll left top;
    height: 250px;
}
ul.spotlist li.box2 {
    background:#fff url("../img/siteimages/box2.gif") no-repeat scroll left top;
    height: 250px;
}
ul.spotlist li.box3 {
    background:#fff url("../img/siteimages/box3.gif") no-repeat scroll left top;
    height: 250px;
}
 
 
.spotlist p.first {
    margin-left: 58px;
}

.spotlist p {
	font-size:0.95em;
    line-height: 17px;
    margin-bottom: 0;
    padding: 14px;
	padding-bottom: 0;
}


.sg-col1, .sg-col2, .sg-col3 {
width:159px;
height:150px;
background-image: url(../img/backgrounds/grey-stripes.png);
float:left;
margin-right:11px;
padding:6px 2px 0px 10px;
font-size: 0.90em;}

.sg-col4 {
width:159px;
height:150px;
background-image: url(../img/backgrounds/grey-stripes.png);
float:left;
padding:6px 2px 0px 10px;
font-size: 0.90em;}


 
