html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, select, texarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
}
button {
	cursor:pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* standard hacks for ie7 */
input[type=radio],
input[type=checkbox],
* html input[type=radio],
* html input[type=checkbox], 
*+html input[type=radio],
*+html input[type=checkbox] {
	border: none !important;
}
* html div {
	zoom:1;
}
* html div.crns,
* html div.sud,
* html div.slr,
* html div.linear1,
* html div.linear2,
* html div.linear3,
* html div.linear4 {
	display: none;
}
* html div.contentContainer div.leftColumn {
	width: 640px;
}
* html div.topCategories {
	position: relative;
	width: 634px;
	overflow: hidden;
}
* html div.recommendedAds {
	width: 680px;
	overflow: hidden;
}
* html div.listingPageContainer div.leftColumn {
	width: 250px;
}
* html div.listingPageContainer div.rightColumn {
	width: 706px;
}
/* drafts */

.draft {
	padding: 10px;
	background: #33CCCC;
}

/* fragment preview */
table.fragments_preview {
	margin: 20px;
	font-size: 12px;
	background: #fff;
	width: 90%;
}
table.fragments_preview td {
	padding: 10px;
	width: 25%;
	vertical-align: top;
	line-height: 18px;
	border: 1px dotted #ddd;
}
table.fragments_preview td.code textarea {
	border: 1px solid #ccc;
	background: #f5f5f5;
	font: 12px "Courier New", Courier, monospace;
	width: 300px;
	height: 150px;
	line-height: 18px;
	padding: 5px;
	white-space: pre;
}
table.fragments_preview select {
	border: 1px solid #ccc;
	background: #f5f5f5;
}

table.fragments_preview td.name {
	font-size: 14px;
	font-weight: bold;
}
table.fragments_preview img.clipboardIcon {
	width: 9px;
	height: 11px;
	margin: 10px;
}
table.fragments_preview div.infoCloudContainer {
	right: -100px;
}
table.fragments_preview select:hover
 {
	outline: solid 1px #21A121;
}

table.fragments_preview tr.showError select {
	outline: solid 1px #FF5500;
}
table.fragments_preview label {
	border-right: 10px solid #fff;
}
table.fragments_preview tr.showError label {
	/* outline: solid 5px #FF5500; */
	background: #FF5500;
	color: #fff;
	border-right: 10px solid #FF5500;
	border-left: 5px solid #FF5500;
	border-top: 5px solid #FF5500;
	border-bottom: 5px solid #FF5500;
}