/* style */
* {
  margin: 0;
  padding: 0;
  }

  
body {
	background-image: url(/images/layout/general/layout/bg_grad.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C79696;
	margin-top: 9px;
	}
#content { /* Main content wrapper */
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
}

.content {
	background:#CCCCCC;
}

#rightcolumn { /* Currently hidden but reserved for expansion */
	border: 1px dotted #990000;
	float: right;
	width: 160px;	
	display: none;
}	

#topright {
		position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 173px;
    width: 173px;
    background: url(/images/corner_banner.png) no-repeat;
    text-indent: -999em;
    text-decoration: none;
	z-index:100000;
}


/*---------------------------------------------------/
                      >>BOXES<<
/---------------------------------------------------*/

/*------------ BODY BOX SCALABLE  ------------------*/

.cbb {
	margin-right: auto;
	margin-left: auto;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
	
}

#bodybox {
	clear: left;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

#bodybox .content {
	margin:0;
	padding:0px 5px;
	background:#fff;
}

#subnav { /* Top border and right corner formerly .bt */
	height:50px;
	margin:0 0 0 30px;
	background:url(/images/layout/general/boxes/body/box.png) no-repeat 100% 0;
}
.bt { /* Top left corner */
	position:absolute;
	left: 0px;
	width:40px;
	height:50px;
	background:url(/images/layout/general/boxes/body/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	top: 110px;
}
.bb { /* Bottom border and right corner */
	height:26px;
	margin:0 0 0 19px;
	background:url(/images/layout/general/boxes/body/box.png) no-repeat 100% 100%;
}
.bb div { /* Bottom left corner */
	position:relative;
	left:-19px;
	width: 38px;
	height:26px;
	background:url(/images/layout/general/boxes/body/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
.i1 { /* Left border */
	padding:0 0 0 35px;
	background:url(/images/layout/general/boxes/body/borders.png) repeat-y 0 0;
}
.i2 { /* Right border */
	padding:0 35px 0 0;

	background:url(/images/layout/general/boxes/body/borders.png) repeat-y 100% 0;
}
.i3 { /* Wrapper for the content. */
	display:block;
	margin:0;
	padding:1px 8px;
	background:#fff;
}
.i3:after { /* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {
	display:inline-block
}

.i3 {
	display:block;
}

/*------------ CALLOUT BOX ---------------*/	
	
.callout {
	background-image: url(/images/layout/general/boxes/callout/fill.png);
	width: 260px;
	background-repeat: repeat-y;
	float: right;
}
.callout .fill {
	background-image: url(/images/layout/general/boxes/callout/fill.png);
	background-repeat: repeat-y;
	width: 250px;
	padding: 0 5px;
}
.callout .bot {
	background-image: url(/images/layout/general/boxes/callout/bot.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 9px;
	background-position: bottom;
}
.callout h2 {
	background-image: url(/images/layout/general/boxes/callout/top.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}	

/*------------ IMAGE DROPSHADOW BOX ---------------*/

.w258left {
	float: left;
	width: 258px;
}

.w220left {
	float: left;
	width: 245px;
}


.imagedropshadow {
	float: left;
	padding:6px 6px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	width: inherit;
	color: #CCCCCC;
	}
	
.dropshadow {
	width:inherit;
	}

.dropshadow img {
	}	

/* piggy back these to change float behavior */	
.left {
	float:left;
	 }
.right {
	float:right;
	}
.full {
/*	width: 99%;*/
}	
	
/* Rules for the top corners and border */
.btop {
	background:url(/images/layout/general/boxes/dropshadow/gray/box.png) no-repeat 100% 0;
	margin:0 0 0 8px;
	height:8px;
	}
.btop div {
	height:10px;
	width:8px;
	position:relative;
	left:-8px;
	background-image: url(/images/layout/general/boxes/dropshadow/gray/box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

/* Rules for the bottom corners and border */
.bbot {
	background:url(/images/layout/general/boxes/dropshadow/gray/box.png) no-repeat 100% 100%;
	margin:0 0 0 8px;
	height:10px;
	}
.bbot div {
	height:10px;
	width:8px;
	position:relative;
	left:-8px;
	background:url(/images/layout/general/boxes/dropshadow/gray/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.ileft {
	padding:0 0 0 6px;
	background:url(/images/layout/general/boxes/dropshadow/gray/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.iright {
	padding:0 8px 0 0;
	background-image: url(/images/layout/general/boxes/dropshadow/gray/borders.png);
	background-repeat: repeat-y;
	background-position: right;	
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.iwrapper {

	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 0 0 6px;
	margin-right:8px;
	}
	
/* Other color drop shadows can be piggy backed */

.orange .ileft,
.orange .iright {
	background-image:url(/images/layout/general/boxes/dropshadow/orange/borders.png);
	}
.orange .btop,
.orange .btop div,
.orange .bbot,
.orange .bbot div {
	background-image:url(/images/layout/general/boxes/dropshadow/orange/box.png);
	}	

.gray .ileft,
.gray .iright {
	background-image:url(/images/layout/general/boxes/dropshadow/gray/borders.png);
	}
.gray .btop,
.gray .btop div,
.gray .bbot,
.gray .bbot div {
	background-image:url(/images/layout/general/boxes/dropshadow/gray/box.png);
	}
	
/* Other Widths need to be specified here for IE */	


/*------------ GENERIC IMAGE BOX ---------------*/

.imgbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1A4C1;
	border-right-color: #996699;
	border-bottom-color: #996699;
	border-left-color: #C1A4C1;
	padding: 5px;
	background-color: #FFFFFF;

}

/*------------ GENERIC COLORED BOX ---------------*/

.colorbox {
	font-size: 85%;
	padding: 5px;
	margin: 4px;
	border: 1px dotted #CCCCCC;
}

.colorbox img {
	padding-right: 6px;
}

.yellow {
	background-color:#FFFFF2;
	border: 1px dotted #FFFFCC;
	}
	
/*------------ FIXED SIZED DROPSHADOW BOX ---------------*/
	
.ds220 {
	background-image: url(/images/layout/general/boxes/dropshadow/sized/gray_220x160.png);
	background-repeat: repeat;
	background-position: left top;
	height: 173px;
	width: 234px;
	padding-top: 13px;
	padding-left: 14px;
}

.ds120 {
	background-image: url(/images/layout/general/boxes/dropshadow/sized/gray_120x120.png);
	background-repeat: repeat;
	background-position: left top;
	height: 133px;
	width: 134px;
	padding-top: 13px;
	padding-left: 14px;
}

.ds63 {
	background-image: url(/images/layout/general/boxes/dropshadow/sized/gray_63x63.png);
	background-repeat: repeat;
	background-position: left top;
	height: 70px;
	width: 70px;
	padding-top: 6px;
	padding-left: 6px;
}


.ds220caption {
	background-image: url(/images/layout/general/boxes/dropshadow/sized/gray_220x160-caption.png);
	background-repeat: repeat;
	background-position: left top;
	height: 200px;
	width: 234px;
	padding-top: 13px;
	padding-left: 14px;
}

.ds220caption p {
	font-size: 85%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.ds220 img {


}

.left {
	float: left;
	margin-right: 8px;
}
.right {
	float: right;
	margin-left: 8px;	
}

#welcomeshop .ds120 p {
	font-size:150%;
	color: #9999CC;
	text-align: center;
	padding-top:8px;
} 

/*---------------------------------------------------/
                      >>NAVIGATION<<
/---------------------------------------------------*/

#mainnav { /* Main navigation wrapper */
	float:left;
	background-image: url(/images/layout/general/nav/logo.png); 
	/*
	background-image: url(/images/layout/general/nav/logo_groundhog.png);  
	background-image: url(/images/layout/general/nav/logo_dental.png); 
	background-image: url(/images/layout/general/nav/logo_be_mine.png); 
	background-image: url(/images/layout/general/nav/logo_holidays.png);  
	background-image: url(/images/layout/general/nav/logo_boo.png); 
	margin-left:-5px; 
	*/ 
	background-repeat: no-repeat;
	background-position: 7px top;
	height: 42px;
	padding-top: 68px;
} 
#themeselect {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 50;
	left: 470px;
	top: 2px;
	padding-right: 8px;
}
#themeselect img {
	padding-right: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#searchbox {
	width: 237px;
	background-image: url(/images/layout/general/nav/search_bg.png);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	position: absolute;
	z-index: 50;
	left: 603px;
	top: 0px;
}

/*------------ TAB NAVIGATION ---------------*/

ul.tabs {
	
	padding: 0 0 0 180px; /* Controls left side gutter between logo normal: 180px */
	height: 30px;
	}
ul.tabs li {
	background: url(/images/layout/general/nav/sprite.gif) no-repeat right 5px;
	display: block;
	float: left;
	height: 42px; /* height of activated tab */
	padding: 0;
	margin: 0;
	width: auto;
	}
ul.tabs li a:link,ul.tabs li a:visited { /* controls left minor portion of general tabs */
	background: url(/images/layout/general/nav/sprite.gif) no-repeat bottom left;
	color: #FFFFFF;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	height: 37px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	}
ul.tabs li a:link span,ul.tabs li a:visited span { /* controls right major portion of general tabs */
	background: url(/images/layout/general/nav/sprite.gif) no-repeat bottom right;
	padding: 0 20px 0 8px;
	display: block;
	height: 37px;
	white-space: nowrap;
	}
ul.tabs li a:hover {
	background-position: left top !important; /* controls right major portion of hover tab */
	margin: 0;
	height: 42px;
	}
ul.tabs li a:hover span {
	background-position: right top !important; /* controls left minor portion of hover tab */
	height: 42px;
	}

/* Controls active state based upon body class setting */

.home .tabs .home {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.home .tabs .home span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}
.videos .tabs .videos {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.videos .tabs .videos span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}	
.community .tabs .community {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.community .tabs .community span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}	
.shop .tabs .shop {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.shop .tabs .shop span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}	
.patterns .tabs .patterns {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.patterns .tabs .patterns span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}
.sponsors .tabs .sponsors {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.sponsors .tabs .sponsors span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}		
.stash .tabs .stash {
	background-position: left top !important; /* controls the active button initial state */
	margin: 0;
	height: 30px;
	}
.stash .tabs .stash span {
	background-position: right top !important; /* controls the active button initial state */
	height: 30px;
	}				
ul.khtabs li,ul.khtabs li a:link,ul.khtabs li a:visited,ul.khtabs li a:link span,ul.khtabs li a:visited span {
	background-image: url(/images/layout/general/nav/tabs.png);
	}

/* Controls the hidden div layers of the subnav */

#Layer1 {
	width: auto;
	margin: 0px;
	padding: 13px 0 0 0;
	list-style: none;
	margin-left: 60px;
	white-space: nowrap;

}
#Layer2   {
	width: auto;
	margin: 0px;
	padding: 13px 0 0 0;
	list-style: none;
	margin-left: 360px;
	white-space: nowrap;
}

#Layer3, #Layer4, #Layer5   {
	width: auto;
	margin: 0px;
	padding: 12px 0 0 0;
	list-style: none;
	margin-left: 360px;
	white-space: nowrap;
}
#Layer1 li, #Layer2 li, #Layer3 li, #Layer4 li, #Layer5 li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	color: #990000;
	word-spacing: -1px;	
}
#Layer1 a, #Layer2 a, #Layer3 a, #Layer4 a, #Layer5 a {
	margin: 0 1px 0 0;
	padding: 5px 7px;
	color: #333;
	text-decoration: none;
	color: #990000;
	}

#Layer1 a:hover, #Layer2 a:hover, #Layer3 a:hover, #Layer4 a:hover, #Layer5 a:hover {	
	background: #FAED7B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

/*------------ JUST SOME HACKS ---------------*/

* html ul li a {
	width: 1px;
	}

/*&&>> IE5 Mac Hack <<&&*/
/*\*//*/
.menu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
.menu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
#videolegend {
	height: 119px;
	width: 226px;
	float: right;
	margin-top: -30px;
	margin-bottom: 8px;
}

#header {
	padding-bottom: 5px;
	padding-top: 5px;

}
#textleft {
	float: left;
	width: 490px;
	margin-right: auto;
	padding-right: 8px;
	background-color: #FFFFFF;
}

#textright {
	float: right;
	margin-left: 65%;
}
#header h1 {
	float: left;
}
.videotext {
	float: right;
	width: 500px;
}
.block {
	width: 100%;
	margin-top: 25px;
}
.patternblock {
	width: 100%;
	margin-top: 5px;
}


/* ----------- VIDEO PLAYER --------- */

#videobody {
	width: 502px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/layout/general/boxes/video/background.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: small;
}

#videoplayer {
	background-image: url(/images/layout/general/boxes/video/fill.png);
	width: 502px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: right;
	padding-right: 5px;
	padding-left: 5px;
}

#metro {
	height: 113px;
	width: 348px;
	background-image: url(/images/layout/general/boxes/video/mediabox.png);
	float: right;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}

#metro_forum {
	height: 113px;
	width: 503px;
	background-image: url(/images/layout/general/boxes/video/mediaboxlg.png);
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: left top;
}

#videoflash {
	padding-right: 5px;
	padding-left: 5px;
}

#videofooter	{
	background-image: url(/images/layout/general/boxes/video/footer.png);
	width: 503px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
	font-size: 70%;
	color: #999999;
	text-align: center;
}
#videotext {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 85%;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* -------- HIGHSLIDE ------------- */

.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
	display: none;
	padding: 0px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(/javascripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#freepatterns img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#storeright {
	float: right;
	width: 550px;
}
#storeleft {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
}
.patternblock img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.patternleft {
	float: left;
	width: 50%;
}

/* My Comment */
.patternright {
	float: left;
	width: 50%;
}
.patterns h2 {
	padding-top: 15px;
	clear: both;
}
#footers {
	font-size: 100%;
	color: #666666;
	text-align: center;
}

#media {
	float:right;
	margin-left:10px;
	margin-top:-25px;	
}
.shopbox {
	background-color: #FFFBF7;
	padding: 10px 10px 0 10px;
	border: 1px solid #F2DBDB;
}
.stext {
	float: right;
	width: 310px;
}

#welcomeshop {
	padding-top: 10px;
}
#welcomeshop a {
	text-decoration: none;
	color: #993300;
}
#welcomeshop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#welcomeshop h2 {
	font-size:185%;
	background-image: url(/images/icons/icons/heart.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 48px;
	padding-bottom: 7px;
}
#welcomeshop h3 {
	font-size: 150%;
}
.viewshop{
	background-image: url(/images/icons/icons/store_check.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 20px;
}
.viewshop a {
	text-decoration: none;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}
.footsie {
	clear: both;
	padding-left:155px;
}
#freepatterns .videoicon {
	border: none;
	padding: 0;
}
.sm_ad_left {
	height: 113px;
	width: 348px;
	background-image: url(/images/layout/general/boxes/video/mediabox.png);
	float: left;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sm_ad_right {
	height: 113px;
	width: 348px;
	background-image: url(/images/layout/general/boxes/video/mediabox.png);
	float: right;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}



#stashbox {
	width: 85%;
	margin: 0 auto;
	}


#stash_ad li {
	display: inline;
	padding:0;
	margin: 0 25px;
	list-style-type: none;
	float: left;
	
}
#stash_ad span {
	display: block;
	height: 163px;
	width: 268px;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 11px;
	padding-left: 11px;
	background-image: url(/images/layout/general/boxes/video/mediaboxstash.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#stash_ad_large li {
	display: inline;
	padding:0;
	margin: 0 25px;
	list-style-type: none;
	float: left;
	
}
#stash_ad_large span {
	display: block;
	height: 326px;
	width: 268px;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 11px;
	padding-left: 11px;
	background-image: url(/images/layout/general/boxes/video/mediaboxstashlg.png);
	background-repeat: no-repeat;
	background-position: left top;
	}	

.stash_ad_left {
	height: 163px;
	width: 268px;
	background-image: url(/images/layout/general/boxes/video/mediastashbox.png);
	float: left;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}
.stash_ad_right {
	height: 163px;
	width: 268px;
	background-image: url(/images/layout/general/boxes/video/mediastashbox.png);
	float: right;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}
.lg_ad_center {
	height: 113px;
	width: 503px;
	background-image: url(/images/layout/general/boxes/video/mediaboxlg.png);
	float: left;
	margin-top: 20px;
	margin-right: -15px;
	margin-left: 130px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left top;
}
.boxsmallfont {
	font-size: 75%;
	background-color: #FFF4FF;
	border: 1px dotted #CC0000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.imgborder {
	padding: 5px;
	margin: 10px 25px 0px 15px;
	background:#FFFFFF;
	border: 1px #CCCCCC solid;
}

#flickr {
	width: 750px;
	border: solid 1px #DDD;
	padding: 5px;
	background-color: #FFF;
	margin: 0 auto;
}

#flickr .thumb {
	padding: 0px;
	margin: 0px;
	border: none;
	display:block;
	float: left;
}

.flickr li {
	display: block;
	margin: 10px 10px;
	list-style-type: none;
	float: left;
	background-color: #FFF;
	width: 220px;
	padding: 0 5px 5px 5px;
	border: 1px solid #DDDDDD;
}

