@import 'reset.css';

/* Common */
body, input, select {
	font-size: 12px;
	font-family: Georgia;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layouts */
#pageWrapper {

}

#headerWrapper {
	height: 310px;
}

#headerWrapper .advertisement {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding-top: 10px;
}


#headerWrapper .logo {
	padding-top: 54px;
	text-align: center;
}

#searchWrapper {
	padding-top: 50px;
	margin-left: 50px;
	position: absolute;
	top:220px;

}

#searchWrapper input.textBox {
	font-weight: bold;
	font-family: Lucida Sans;
	color: #333;
	border: 1px solid #999;
	padding: 7px 7px;
	width: 180px;
}

#searchWrapper select.selectBox {
	font-weight: bold;
	font-family: Lucida Sans;
	color: #333;
	border: 1px solid #999;
	padding: 7px 7px;
	width: 440px;
}

#searchWrapper .button {
	text-transform: uppercase;
	background: #E8E8E8;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 10px 25px;
	border: 1px outset #FFF;	
}

#keywordWrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a0a0a0;
}

#keywordWrapper .head {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
}

#keywordWrapper .head label {
	color: #ababab;
}

#keywordWrapper .items {
	padding: 10px 30px;
}

#keywordWrapper .items .col {
	width: 25%;
	float: left;
}

#optionWrapper {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 35px;
	margin-right: 35px;
	border: 1px solid #9f9f9f;
	padding: 10px;
	font-family: Lucida Sans;
	font-size:11px;
}

#optionWrapper .col1 {
	width: 200px;
	float: left;
}	

#optionWrapper .col2 {
	width: 650px;
	float: left;
}	

#optionWrapper .col3 {
	width: 240px;
	float: left;
}	

#optionWrapper .miniheader {
	font-family: Georgia;
	font-size: 9px;
	font-weight: bold;
}	

#creativeWrapper {
	margin-right: 35px;
}

#creativeWrapper .creative {
	float: left;
	margin-left: 35px;
	width: 255px;
	margin-bottom: 34px;
	height: 400px;
}

#creativeWrapper .normal {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 233px;
	margin-bottom: 8px;
	height: auto;
}

#creativeWrapper .creative .name {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #A1A1A1;
	font-size: 14px;
	color: #333;
	height: auto;
}

#creativeWrapper .creative .location {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #A1A1A1;
	font-size: 10px;
	color: #666666;
	font-family: Lucida Sans;
}

#creativeWrapper .artwork {
	margin: 5px 0;
	font-size: 0;
	width: 250px;
}

#creativeWrapper .artwork .addIcon {
	position: absolute;
	width: 250px;
	text-align: center;
	padding-top: 90px;
	display: none;
	opacity:0.6;filter:alpha(opacity=60);
}

#creativeWrapper .artwork .addIcon img {
	width: 75px;
	border: 0;
}

#creativeWrapper .artwork img {
	width: 250px;
	border: 1px solid #CDCDCD;
	padding: 3px;
}

#creativeWrapper .links {
	color: #666666;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #A1A1A1;
	font-size: 9px;
	font-family: Georgia;
	font-weight: bold;
}

#creativeWrapper .images {
	padding: 4px 0;
}

#creativeWrapper .images img {
	border: 1px solid #CDCDCD;

}




#searchResults {
	padding-top: 20px;
}

#searchResults .pagingTable {
	width: 100%;
	background: #ededed;
}

#searchResults .pagingTable td {
	padding: 7px;
}

#searchResults .pagingTable .pagingCol2 {
	text-align: right;
}

#searchResults .pagingTable .pagingCol2 span {
	font-weight: bold;
}




.scrollable {
	float: left;
	overflow: hidden;
	width: 215px;
	height: 72px;
	position:relative;
}

.scrollable .images {
	width:20000em;	
	position:absolute;
	clear:both;
	padding-top: 6px;
}

.scrollable .images .image {
	float: left;
	width: 54px;
	height: 60px;
}

.scrollable .images .image img {
	width: 50px;
}


#footerWrapper {
	height: 145px;
	background: url(../img/header-bg.gif) left bottom repeat-x;
	padding-top: 40px;
}

#footerWrapper .advertisement {
	width: 798px;
	height: 136px;
	margin: 0 auto;
}


