
    #view-rec #message-header {
        padding: 20px;
        font-size: 21px;
        background-color: white;
    }
    
    #view-rec #message-header.user {
        font-size: 14px;
    }
    
    #view-rec #message-header a.button {
        margin: 0 0 0 10px;
        padding: 2px 10px;
    }
    
    #view-rec div.small#rec-post-info {
        line-height: 10px;
    }
	
	#view-rec div.small#rec-post-info .grey {
		font-style: normal;
	}

    #view-rec #rec-title {
    	margin: 0 0 20px 0;
    	padding: 0;
    }

    #view-rec #rec-title #rec-main-title {
    	padding: 15px 20px;
    }

    #view-rec #rec-title #rec-main-title p {
        margin: -5px 0 0 120px;
    }
    
    #view-rec #rec-cats-container,
    #view-rec #category-select {
        margin: 10px -112px 0 112px;
    }
    
    #view-rec .rec-cats {
        background-color: #f4f4f4;
        text-transform: lowercase;
        padding: 4px 8px;
        float: left;
    }
    
    #view-rec #rec-cats-container a.button,
    #view-rec #category-select a.button {
        background-color: #a34428;
        color: #fff;
        padding: 4px 8px;
        margin: 0 0 0 1px;
    }

    #view-rec #rec-title p {
    	font-size: 18px;
    	line-height: 30px;
    	margin: 0;
    	overflow: hidden;
    }

    #view-rec #rec-title p b {
    	display: block;
    	font-weight: normal;
    	line-height: 120%;
    }
    
    #view-rec #rec-user i {
        font-size: 18px;
        line-height: 1.25em;
    }

    #view-rec #rec-side {
        margin: 10px 10px 0 0;
    	border-left: dashed 1px #f1e8de;
    	float: right;
    }

    #view-rec #rec-side .info {
    	padding: 0 0 10px 10px;
    }

    #view-rec #rec-side .charity {
    	padding: 0 0 0 10px;
    }

    #view-rec #rec-side .info p,
    #view-rec #rec-side .info div.stars {
        margin: 0 0 5px 0;
    }

    #view-rec #rec-side p {
    	font-size: 11px;
    	line-height: 14px;
    	text-transform: lowercase;
    }

    #view-rec #rec-column-wide {
    	width: 460px;
    	float: left;
    }

    #view-rec #rec-column-narrow {
    	width: 380px;
    	float: right;
    }

    #view-rec #rec-image {
    	height: 400px;
    }

    #view-rec #rec-functions,
    #view-rec #rec-rating {
        background-color: #a34428;
        color: #ffffff;
    }

    #view-rec #rec-functions {
    	padding: 8px 0 8px 22px;
    	font-size: 14px;
    	text-transform: lowercase;
    	text-align: center;
    }

    #view-rec #rec-functions a {
    	display: block;
    	float: left;
    	background: #6a2c1a;
    	color: #ffffff;
    	margin: 0 2px 0 0;
    	padding: 2px 12px;
    }

    #view-rec #rec-functions a.share {
    	background: #6a2c1a url(../../images/share.red.15.gif) no-repeat 8px 3px;
    	padding-left: 30px;
    }

    #view-rec #rec-rating {
    	margin: 0 0 20px 0;
    	padding: 8px 16px 4px 16px;
    	font-size: 16px;
    	line-height: 24px;
    	text-transform: lowercase;
    }

    #view-rec #rec-rating p,
    #view-rec #rec-rating span {
    	display: block;
    	float: left;
    }

    #view-rec #rec-rating span {
    	margin-left: 10px;
    }

    #view-rec #rec-rating .count {
    	display: block;
    	float: right;
    	font-size: 11px;
    	letter-spacing: 0.1em;
    	font-style: italic;
    }

    #view-rec #rec-rating .count a {
        color: #ffffff;
    }

    #view-rec #rec-rating .count a:hover {
        text-decoration: underline;
    }

    #view-rec #rec-comments {
    	clear: both;
    	margin: 20px 0 20px 0;
    }

    #view-rec #rec-comments .top {
    	font-size: 16px;
    	line-height: 24px;
        padding: 10px 20px;
        margin: 0 0 10px 0;
    }

    #view-rec #rec-comments .top i {
    	font-size: 11px;
    	line-height: 24px;
    	font-style: italic;
    }

    #view-rec #rec-comments .comment .userid {
    	float: left;
    }

    #view-rec #rec-comments .comment .caption {
    	width: 11px;
    	height: 21px;
    	margin-top: 10px;
    	float: right;
    	background: url(../../images/inbox.caption.gif) no-repeat;
    }

    #view-rec #rec-comments .comment .text {
    	width: 290px;
    	background: #fafafa;
    	padding: 5px 10px;
    	margin: 0 0 20px 0;
    	float: right;
    	font-size: 14px;
    	line-height: 18px;
    }

    #view-rec #rec-comments .comment .text i {
    	display: block;
    	font-size: 11px;
    }

    #view-rec #rec-comments .jeip-editor-textarea {
        width: 250px;
    }

    #view-rec #rec-comments .jeip-editor-textarea textarea.jeip-editfield {
    	width: 250px;
        height: 150px;
    }

    #view-rec #rec-comments .jeip-textlimit {
        top: -19px;
    }

    #view-rec #rec-info {
    	padding: 10px 20px;
    	color: #a34428;
    	font-size: 16px;
    	line-height: 24px;
    	text-transform: lowercase;
    }

    #view-rec span.rec-text,
    #view-rec span.rec-tags {
    	font-size: 24px;
    	line-height: 36px;
    	color: #4e4e4e;
    }

    #rec-info .jeip-editor-textarea {
        width: 350px;
        margin-top: 20px;
    }

    #rec-info .jeip-editor-textarea textarea.jeip-editfield {
        width: 350px;
        height: 100px;
    }

    .jeip-textlimit {
        color: #4e4e4e;
        font-size: 11px;
    }

    a.edit-link {
        font-size: 11px;
        color: #198690;
    }

    #view-rec span.rec-text {
    	font-style: italic;
    	text-transform: none;
    }

    #view-rec #rec-buy {
    	background: #b8c600;
    	color: #ffffff;
    	padding: 10px 20px;
    	margin: 0 0 20px 0;
    }

    #view-rec #rec-buy span {
    	display: block;
    	font-weight: bold;
    	font-size: 24px;
    	line-height: 40px;
    	text-transform: lowercase;
    }

    #view-rec #rec-buy #rec-offers {
    	padding: 0;
    	margin: 0 0 10px 0;
    }

    #view-rec #rec-buy #rec-offers .offer {
    	clear: both;
    	border-bottom: dashed 1px #98a311;
    	font-size: 18px;
    	line-height: 36px;
    	height: 36px;
    	color: #4e4e4e;
    	padding: 7px 15px;
    }

    #view-rec #rec-buy #rec-offers .offer.last {
    	border: none;
    }

    #view-rec #rec-buy #rec-offers .offer div {
    	float: left;
    }

    #view-rec #rec-buy #rec-offers .offer div.title {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

    #view-rec #rec-buy #rec-offers .offer div.title div.edge {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 36px;
        background: url(../../images/white_right_fade_24.png) repeat 0 0;
    }

    #view-rec #rec-buy #rec-offers .offer .image {
    	float: right;
    }

    #view-rec #rec-buy #rec-offers .offer div a {
    	color: #98a311;
    }

    #view-rec #rec-buy #rec-offers .offer .price {
    	width: 100px;
    	font-weight: bold;
    }

    #view-rec #rec-self-share {
        padding: 10px 15px;
    }

    #view-rec #rec-self-share a {
        margin: 10px 15px 10px 0;
    }
    
    #rec-ask-title {
        margin-left: 120px;
    }

    #rec-ask-text {
        margin-top: 10px;
    }
